Html Css Color HEX #EE5492 French Rose

📋 copy color: '#EE5492'

red 238 ◦ green 84 ◦ blue 146

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

Shades of French Rose #EE5492

Tints of French Rose #EE5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.95%

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 50.85%
G = 17.95%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5492 (or 0xEE5492) is known color: French Rose. HEX triplet: EE, 54 and 92. RGB value is (238,84,146). Sum of RGB (Red+Green+Blue) = 238+84+146=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5492 is #11AB6D. Grayscale: #898989. Windows color (decimal): -1157998 or 9589998. OLE color: 9589998.

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

Color convert

RGB 238 84 146 -
CMYK 0 0.65 0.39 0.07
HSL 335.84º 0.82% 0.63% -
HSV(B) 335.84º 0.65% 0.93% -
XYZ 43.62 26.59 30.03 -
YUV 137.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 238 84 146 0 0.65 0.39 0.07 335.84 0.82 0.63
Hex EE 54 92 0 41 27 7 150 52 3F
Octal 356 124 222 0 101 47 7 520 122 77
Binary 11101110 1010100 10010010 0 1000001 100111 111 101010000 1010010 111111

Color Harmonies of #EE5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5492

Black with #EE5492

Text Example


Text Example

White with #EE5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5492; }

 p { color: rgb(238,84,146); }

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

background-color css

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

 a { background-color: rgb(238,84,146); }

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

border-color css

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

 span { border-color: rgb(238,84,146); }

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