Html Css Color HEX #EE558C French Rose

📋 copy color: '#EE558C'

red 238 ◦ green 85 ◦ blue 140

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

Shades of French Rose #EE558C

Tints of French Rose #EE558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 51.4%
G = 18.36%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE558C (or 0xEE558C) is known color: French Rose. HEX triplet: EE, 55 and 8C. RGB value is (238,85,140). Sum of RGB (Red+Green+Blue) = 238+85+140=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE558C is #11AA73. Grayscale: #888888. Windows color (decimal): -1157748 or 9197038. OLE color: 9197038.

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

Color convert

RGB 238 85 140 -
CMYK 0 0.64 0.41 0.07
HSL 338.43º 0.82% 0.63% -
HSV(B) 338.43º 0.64% 0.93% -
XYZ 43.24 26.57 27.66 -
YUV 137.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 238 85 140 0 0.64 0.41 0.07 338.43 0.82 0.63
Hex EE 55 8C 0 40 29 7 152 52 3F
Octal 356 125 214 0 100 51 7 522 122 77
Binary 11101110 1010101 10001100 0 1000000 101001 111 101010010 1010010 111111

Color Harmonies of #EE558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE558C

Black with #EE558C

Text Example


Text Example

White with #EE558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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