Html Css Color HEX #EE5291 French Rose

📋 copy color: '#EE5291'

red 238 ◦ green 82 ◦ blue 145

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

Shades of French Rose #EE5291

Tints of French Rose #EE5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.63%

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

R = 51.18%
G = 17.63%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5291 (or 0xEE5291) is known color: French Rose. HEX triplet: EE, 52 and 91. RGB value is (238,82,145). Sum of RGB (Red+Green+Blue) = 238+82+145=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5291 is #11AD6E. Grayscale: #878787. Windows color (decimal): -1158511 or 9523950. OLE color: 9523950.

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

Color convert

RGB 238 82 145 -
CMYK 0 0.66 0.39 0.07
HSL 335.77º 0.82% 0.63% -
HSV(B) 335.77º 0.66% 0.93% -
XYZ 43.39 26.26 29.57 -
YUV 135.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 238 82 145 0 0.66 0.39 0.07 335.77 0.82 0.63
Hex EE 52 91 0 42 27 7 150 52 3F
Octal 356 122 221 0 102 47 7 520 122 77
Binary 11101110 1010010 10010001 0 1000010 100111 111 101010000 1010010 111111

Color Harmonies of #EE5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5291

Black with #EE5291

Text Example


Text Example

White with #EE5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5291; }

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

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

background-color css

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

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

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

border-color css

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

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

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