Html Css Color HEX #EE5087 French Rose

📋 copy color: '#EE5087'

red 238 ◦ green 80 ◦ blue 135

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

Shades of French Rose #EE5087

Tints of French Rose #EE5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 135 (53.13% from 255) = 29.8%

R = 52.54%
G = 17.66%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EE5087 (or 0xEE5087) is known color: French Rose. HEX triplet: EE, 50 and 87. RGB value is (238,80,135). Sum of RGB (Red+Green+Blue) = 238+80+135=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5087 is #11AF78. Grayscale: #858585. Windows color (decimal): -1159033 or 8868078. OLE color: 8868078.

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

Color convert

RGB 238 80 135 -
CMYK 0 0.66 0.43 0.07
HSL 339.11º 0.82% 0.62% -
HSV(B) 339.11º 0.66% 0.93% -
XYZ 42.5 25.66 25.64 -
YUV 133.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 238 80 135 0 0.66 0.43 0.07 339.11 0.82 0.62
Hex EE 50 87 0 42 2B 7 153 52 3E
Octal 356 120 207 0 102 53 7 523 122 76
Binary 11101110 1010000 10000111 0 1000010 101011 111 101010011 1010010 111110

Color Harmonies of #EE5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5087

Black with #EE5087

Text Example


Text Example

White with #EE5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5087; }

 p { color: rgb(238,80,135); }

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

background-color css

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

 a { background-color: rgb(238,80,135); }

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

border-color css

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

 span { border-color: rgb(238,80,135); }

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