#EE558B

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

Shades of French Rose #EE558B

Tints of French Rose #EE558B

Color information

#EE558B (or 0xEE558B) is unknown color: approx French Rose. HEX triplet: EE, 55 and 8B. RGB value is (238,85,139). Sum of RGB (Red+Green+Blue) = 238+85+139=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE558B is #11AA74. Grayscale: #888888. Windows color (decimal): -1157749 or 9131502. OLE color: 9131502.

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

Color convert

RGB23885139-
CMYK00.640.420.07
HSL338.82º81.82%63.33%-
HSV(B)338.82º64.29%93.33%-
XYZ43.1726.5427.27-
YUV136.9129.19200.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.52%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=51.52%
G=18.40%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388513900.640.420.07338.8281.8263.33
HexEE558B0402A7153523f
Octal356125213010052752312277
Binary11101110101010110001011010000001010101111010100111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE558B; }

 p { color: rgb(238,85,139); }

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

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

 a { background-color: rgb(238,85,139); }

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

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

 span { border-color: rgb(238,85,139); }

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