#EA4989

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

Shades of French Rose #EA4989

Tints of French Rose #EA4989

Color information

#EA4989 (or 0xEA4989) is unknown color: approx French Rose. HEX triplet: EA, 49 and 89. RGB value is (234,73,137). Sum of RGB (Red+Green+Blue) = 234+73+137=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4989 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4989 is #15B676. Grayscale: #808080. Windows color (decimal): -1422967 or 8997354. OLE color: 8997354.

HSL color Cylindrical-coordinate representation of color #EA4989: hue angle of 336.15º 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 #EA4989 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB23473137-
CMYK00.690.410.08
HSL336.15º79.31%60.2%-
HSV(B)336.15º68.8%91.76%-
XYZ40.8324.0626.16-
YUV128.44132.84203.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=52.70%
G=16.44%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347313700.690.410.08336.1579.3160.2
HexEA49890452981504f3c
Octal3521112110105511052011774
Binary111010101001001100010010100010110100110001010100001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4989; }

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

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

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

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

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

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

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

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