#EB4A95

Color #EB4A95 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #EB4A95

Tints of French Rose #EB4A95

Color information

#EB4A95 (or 0xEB4A95) is unknown color: approx French Rose. HEX triplet: EB, 4A and 95. RGB value is (235,74,149). Sum of RGB (Red+Green+Blue) = 235+74+149=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4A95 is #14B56A. Grayscale: #828282. Windows color (decimal): -1357163 or 9784043. OLE color: 9784043.

HSL color Cylindrical-coordinate representation of color #EB4A95: hue angle of 332.05º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4A95 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23574149-
CMYK00.690.370.08
HSL332.05º80.1%60.59%-
HSV(B)332.05º68.51%92.16%-
XYZ42.1324.7330.99-
YUV130.69138.34202.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=51.31%
G=16.16%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357414900.690.370.08332.0580.160.59
HexEB4A9504525814c503d
Octal3531122250105451051412075
Binary111010111001010100101010100010110010110001010011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4A95; }

 p { color: rgb(235,74,149); }

 H1.HeaderClassName
 {
   color: #EB4A95;
 }
 .AnyTagClassName
 {
   color: #EB4A95;
 }
</style>
background-color css

<style>
 a { background-color: #EB4A95; }

 a { background-color: rgb(235,74,149); }

 div.DivClassName
 {
   background-color: #EB4A95;
 }
 .BgClassName
 {
   background-color: #EB4A95;
 }
</style>
border-color css

<style>
 span { border-color: #EB4A95; }

 span { border-color: rgb(235,74,149); }

 td.TdClassName
 {
   border-color: #EB4A95;
 }
 .TagClassName
 {
   border-color: #EB4A95;
 }
</style>