#EE518C

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

Shades of French Rose #EE518C

Tints of French Rose #EE518C

Color information

#EE518C (or 0xEE518C) is unknown color: approx French Rose. HEX triplet: EE, 51 and 8C. RGB value is (238,81,140). Sum of RGB (Red+Green+Blue) = 238+81+140=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE518C is #11AE73. Grayscale: #868686. Windows color (decimal): -1158772 or 9196014. OLE color: 9196014.

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

Color convert

RGB23881140-
CMYK00.660.410.07
HSL337.45º82.2%62.55%-
HSV(B)337.45º65.97%93.33%-
XYZ42.9425.9627.56-
YUV134.67131.01201.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 81 (32.03% from 255) = 17.65%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=51.85%
G=17.65%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388114000.660.410.07337.4582.262.55
HexEE518C042297151523f
Octal356121214010251752112277
Binary11101110101000110001100010000101010011111010100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE518C; }

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

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

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

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

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

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

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

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