Html Css Color HEX #EE558B French Rose

📋 copy color: '#EE558B'

red 238 ◦ green 85 ◦ blue 139

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

Shades of French Rose #EE558B

Tints of French Rose #EE558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 51.52%
G = 18.4%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE558B (or 0xEE558B) is known color: 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

RGB 238 85 139 -
CMYK 0 0.64 0.42 0.07
HSL 338.82º 0.82% 0.63% -
HSV(B) 338.82º 0.64% 0.93% -
XYZ 43.17 26.54 27.27 -
YUV 136.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 238 85 139 0 0.64 0.42 0.07 338.82 0.82 0.63
Hex EE 55 8B 0 40 2A 7 153 52 3F
Octal 356 125 213 0 100 52 7 523 122 77
Binary 11101110 1010101 10001011 0 1000000 101010 111 101010011 1010010 111111

Color Harmonies of #EE558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE558B

Black with #EE558B

Text Example


Text Example

White with #EE558B

Text Example


Text Example

HTML Codes & Css Web 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>