Html Css Color HEX #EE5595 French Rose

📋 copy color: '#EE5595'

red 238 ◦ green 85 ◦ blue 149

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

Shades of French Rose #EE5595

Tints of French Rose #EE5595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 50.42%
G = 18.01%
B = 31.57%

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

#EE5595 (or 0xEE5595) is known color: French Rose. HEX triplet: EE, 55 and 95. RGB value is (238,85,149). Sum of RGB (Red+Green+Blue) = 238+85+149=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5595 is #11AA6A. Grayscale: #898989. Windows color (decimal): -1157739 or 9786862. OLE color: 9786862.

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

Color convert

RGB 238 85 149 -
CMYK 0 0.64 0.37 0.07
HSL 334.9º 0.82% 0.63% -
HSV(B) 334.9º 0.64% 0.93% -
XYZ 43.93 26.84 31.3 -
YUV 138.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 238 85 149 0 0.64 0.37 0.07 334.9 0.82 0.63
Hex EE 55 95 0 40 25 7 14F 52 3F
Octal 356 125 225 0 100 45 7 517 122 77
Binary 11101110 1010101 10010101 0 1000000 100101 111 101001111 1010010 111111

Color Harmonies of #EE5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5595

Black with #EE5595

Text Example


Text Example

White with #EE5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5595; }

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

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

background-color css

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

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

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

border-color css

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

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

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