Html Css Color HEX #EE5596 French Rose

📋 copy color: '#EE5596'

red 238 ◦ green 85 ◦ blue 150

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

Shades of French Rose #EE5596

Tints of French Rose #EE5596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

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

R = 50.32%
G = 17.97%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE5596 (or 0xEE5596) is known color: French Rose. HEX triplet: EE, 55 and 96. RGB value is (238,85,150). Sum of RGB (Red+Green+Blue) = 238+85+150=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5596 is #11AA69. Grayscale: #8A8A8A. Windows color (decimal): -1157738 or 9852398. OLE color: 9852398.

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

Color convert

RGB 238 85 150 -
CMYK 0 0.64 0.37 0.07
HSL 334.51º 0.82% 0.63% -
HSV(B) 334.51º 0.64% 0.93% -
XYZ 44.01 26.88 31.72 -
YUV 138.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 238 85 150 0 0.64 0.37 0.07 334.51 0.82 0.63
Hex EE 55 96 0 40 25 7 14F 52 3F
Octal 356 125 226 0 100 45 7 517 122 77
Binary 11101110 1010101 10010110 0 1000000 100101 111 101001111 1010010 111111

Color Harmonies of #EE5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5596

Black with #EE5596

Text Example


Text Example

White with #EE5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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