#EE4D8C

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

Shades of French Rose #EE4D8C

Tints of French Rose #EE4D8C

Color information

#EE4D8C (or 0xEE4D8C) is unknown color: approx French Rose. HEX triplet: EE, 4D and 8C. RGB value is (238,77,140). Sum of RGB (Red+Green+Blue) = 238+77+140=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4D8C is #11B273. Grayscale: #848484. Windows color (decimal): -1159796 or 9194990. OLE color: 9194990.

HSL color Cylindrical-coordinate representation of color #EE4D8C: hue angle of 336.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4D8C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23877140-
CMYK00.680.410.07
HSL336.52º82.56%61.76%-
HSV(B)336.52º67.65%93.33%-
XYZ42.6525.3827.46-
YUV132.32132.34203.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.31%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=52.31%
G=16.92%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387714000.680.410.07336.5282.5661.76
HexEE4D8C044297151533e
Octal356115214010451752112376
Binary11101110100110110001100010001001010011111010100011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4D8C; }

 p { color: rgb(238,77,140); }

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

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

 a { background-color: rgb(238,77,140); }

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

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

 span { border-color: rgb(238,77,140); }

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