Html Css Color HEX #EE5491 French Rose

📋 copy color: '#EE5491'

red 238 ◦ green 84 ◦ blue 145

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

Shades of French Rose #EE5491

Tints of French Rose #EE5491

RGB

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

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

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

R = 50.96%
G = 17.99%
B = 31.05%

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

#EE5491 (or 0xEE5491) is known color: French Rose. HEX triplet: EE, 54 and 91. RGB value is (238,84,145). Sum of RGB (Red+Green+Blue) = 238+84+145=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5491 is #11AB6E. Grayscale: #888888. Windows color (decimal): -1157999 or 9524462. OLE color: 9524462.

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

Color convert

RGB 238 84 145 -
CMYK 0 0.65 0.39 0.07
HSL 336.23º 0.82% 0.63% -
HSV(B) 336.23º 0.65% 0.93% -
XYZ 43.54 26.56 29.62 -
YUV 137 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 238 84 145 0 0.65 0.39 0.07 336.23 0.82 0.63
Hex EE 54 91 0 41 27 7 150 52 3F
Octal 356 124 221 0 101 47 7 520 122 77
Binary 11101110 1010100 10010001 0 1000001 100111 111 101010000 1010010 111111

Color Harmonies of #EE5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5491

Black with #EE5491

Text Example


Text Example

White with #EE5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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