Html Css Color HEX #EE558E French Rose

📋 copy color: '#EE558E'

red 238 ◦ green 85 ◦ blue 142

#EE558E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #EE558E

Tints of French Rose #EE558E

RGB

 RED value IS 238 (93.36% from 255) = 51.18%

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 51.18%
G = 18.28%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE558E (or 0xEE558E) is known color: French Rose. HEX triplet: EE, 55 and 8E. RGB value is (238,85,142). Sum of RGB (Red+Green+Blue) = 238+85+142=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE558E is #11AA71. Grayscale: #898989. Windows color (decimal): -1157746 or 9328110. OLE color: 9328110.

HSL color Cylindrical-coordinate representation of color #EE558E: hue angle of 337.65º 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 #EE558E is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 85 142 -
CMYK 0 0.64 0.40 0.07
HSL 337.65º 0.82% 0.63% -
HSV(B) 337.65º 0.64% 0.93% -
XYZ 43.39 26.63 28.44 -
YUV 137.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 238 85 142 0 0.64 0.40 0.07 337.65 0.82 0.63
Hex EE 55 8E 0 40 28 7 152 52 3F
Octal 356 125 216 0 100 50 7 522 122 77
Binary 11101110 1010101 10001110 0 1000000 101000 111 101010010 1010010 111111

Color Harmonies of #EE558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE558E

Black with #EE558E

Text Example


Text Example

White with #EE558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE558E; }

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

 H1.HeaderClassName
 {
   color: #EE558E;
 }
 .AnyTagClassName
 {
   color: #EE558E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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