Html Css Color HEX #EE5396 French Rose

📋 copy color: '#EE5396'

red 238 ◦ green 83 ◦ blue 150

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

Shades of French Rose #EE5396

Tints of French Rose #EE5396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.62%

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

R = 50.53%
G = 17.62%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE5396 (or 0xEE5396) is known color: French Rose. HEX triplet: EE, 53 and 96. RGB value is (238,83,150). Sum of RGB (Red+Green+Blue) = 238+83+150=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5396 is #11AC69. Grayscale: #888888. Windows color (decimal): -1158250 or 9851886. OLE color: 9851886.

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

Color convert

RGB 238 83 150 -
CMYK 0 0.65 0.37 0.07
HSL 334.06º 0.82% 0.63% -
HSV(B) 334.06º 0.65% 0.93% -
XYZ 43.86 26.57 31.67 -
YUV 136.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 238 83 150 0 0.65 0.37 0.07 334.06 0.82 0.63
Hex EE 53 96 0 41 25 7 14E 52 3F
Octal 356 123 226 0 101 45 7 516 122 77
Binary 11101110 1010011 10010110 0 1000001 100101 111 101001110 1010010 111111

Color Harmonies of #EE5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5396

Black with #EE5396

Text Example


Text Example

White with #EE5396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5396; }

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

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

background-color css

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

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

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

border-color css

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

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

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