Html Css Color HEX #EE5099 French Rose

📋 copy color: '#EE5099'

red 238 ◦ green 80 ◦ blue 153

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

Shades of French Rose #EE5099

Tints of French Rose #EE5099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 50.53%
G = 16.99%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE5099 (or 0xEE5099) is known color: French Rose. HEX triplet: EE, 50 and 99. RGB value is (238,80,153). Sum of RGB (Red+Green+Blue) = 238+80+153=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5099 is #11AF66. Grayscale: #878787. Windows color (decimal): -1159015 or 10047726. OLE color: 10047726.

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

Color convert

RGB 238 80 153 -
CMYK 0 0.66 0.36 0.07
HSL 332.28º 0.82% 0.62% -
HSV(B) 332.28º 0.66% 0.93% -
XYZ 43.88 26.21 32.88 -
YUV 135.56 137.85 201.06 -
System Red Green Blue C M Y K H S L
Decimal 238 80 153 0 0.66 0.36 0.07 332.28 0.82 0.62
Hex EE 50 99 0 42 24 7 14C 52 3E
Octal 356 120 231 0 102 44 7 514 122 76
Binary 11101110 1010000 10011001 0 1000010 100100 111 101001100 1010010 111110

Color Harmonies of #EE5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5099

Black with #EE5099

Text Example


Text Example

White with #EE5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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