#EA4988

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

Shades of French Rose #EA4988

Tints of French Rose #EA4988

Color information

#EA4988 (or 0xEA4988) is unknown color: approx French Rose. HEX triplet: EA, 49 and 88. RGB value is (234,73,136). Sum of RGB (Red+Green+Blue) = 234+73+136=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4988 is #15B677. Grayscale: #808080. Windows color (decimal): -1422968 or 8931818. OLE color: 8931818.

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

Color convert

RGB23473136-
CMYK00.690.420.08
HSL336.52º79.31%60.2%-
HSV(B)336.52º68.8%91.76%-
XYZ40.7624.0425.78-
YUV128.32132.34203.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=52.82%
G=16.48%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347313600.690.420.08336.5279.3160.2
HexEA49880452A81514f3c
Octal3521112100105521052111774
Binary111010101001001100010000100010110101010001010100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4988; }

 p { color: rgb(234,73,136); }

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

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

 a { background-color: rgb(234,73,136); }

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

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

 span { border-color: rgb(234,73,136); }

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