Html Css Color HEX #EE5591 French Rose

📋 copy color: '#EE5591'

red 238 ◦ green 85 ◦ blue 145

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

Shades of French Rose #EE5591

Tints of French Rose #EE5591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 50.85%
G = 18.16%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5591 (or 0xEE5591) is known color: French Rose. HEX triplet: EE, 55 and 91. RGB value is (238,85,145). Sum of RGB (Red+Green+Blue) = 238+85+145=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5591 is #11AA6E. Grayscale: #898989. Windows color (decimal): -1157743 or 9524718. OLE color: 9524718.

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

Color convert

RGB 238 85 145 -
CMYK 0 0.64 0.39 0.07
HSL 336.47º 0.82% 0.63% -
HSV(B) 336.47º 0.64% 0.93% -
XYZ 43.62 26.72 29.65 -
YUV 137.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 238 85 145 0 0.64 0.39 0.07 336.47 0.82 0.63
Hex EE 55 91 0 40 27 7 150 52 3F
Octal 356 125 221 0 100 47 7 520 122 77
Binary 11101110 1010101 10010001 0 1000000 100111 111 101010000 1010010 111111

Color Harmonies of #EE5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5591

Black with #EE5591

Text Example


Text Example

White with #EE5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5591; }

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

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

background-color css

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

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

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

border-color css

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

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

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