Html Css Color HEX #EE5289 French Rose

📋 copy color: '#EE5289'

red 238 ◦ green 82 ◦ blue 137

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

Shades of French Rose #EE5289

Tints of French Rose #EE5289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 52.08%
G = 17.94%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE5289 (or 0xEE5289) is known color: French Rose. HEX triplet: EE, 52 and 89. RGB value is (238,82,137). Sum of RGB (Red+Green+Blue) = 238+82+137=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5289 is #11AD76. Grayscale: #868686. Windows color (decimal): -1158519 or 8999662. OLE color: 8999662.

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

Color convert

RGB 238 82 137 -
CMYK 0 0.66 0.42 0.07
HSL 338.85º 0.82% 0.63% -
HSV(B) 338.85º 0.66% 0.93% -
XYZ 42.79 26.02 26.43 -
YUV 134.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 238 82 137 0 0.66 0.42 0.07 338.85 0.82 0.63
Hex EE 52 89 0 42 2A 7 153 52 3F
Octal 356 122 211 0 102 52 7 523 122 77
Binary 11101110 1010010 10001001 0 1000010 101010 111 101010011 1010010 111111

Color Harmonies of #EE5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5289

Black with #EE5289

Text Example


Text Example

White with #EE5289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5289; }

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

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

background-color css

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

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

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

border-color css

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

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

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