Html Css Color HEX #EE5096 French Rose

📋 copy color: '#EE5096'

red 238 ◦ green 80 ◦ blue 150

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

Shades of French Rose #EE5096

Tints of French Rose #EE5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 50.85%
G = 17.09%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE5096 (or 0xEE5096) is known color: French Rose. HEX triplet: EE, 50 and 96. RGB value is (238,80,150). Sum of RGB (Red+Green+Blue) = 238+80+150=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5096 is #11AF69. Grayscale: #878787. Windows color (decimal): -1159018 or 9851118. OLE color: 9851118.

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

Color convert

RGB 238 80 150 -
CMYK 0 0.66 0.37 0.07
HSL 333.42º 0.82% 0.62% -
HSV(B) 333.42º 0.66% 0.93% -
XYZ 43.63 26.12 31.6 -
YUV 135.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 238 80 150 0 0.66 0.37 0.07 333.42 0.82 0.62
Hex EE 50 96 0 42 25 7 14D 52 3E
Octal 356 120 226 0 102 45 7 515 122 76
Binary 11101110 1010000 10010110 0 1000010 100101 111 101001101 1010010 111110

Color Harmonies of #EE5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5096

Black with #EE5096

Text Example


Text Example

White with #EE5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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