Html Css Color HEX #EE5395 French Rose

📋 copy color: '#EE5395'

red 238 ◦ green 83 ◦ blue 149

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

Shades of French Rose #EE5395

Tints of French Rose #EE5395

RGB

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

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

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

R = 50.64%
G = 17.66%
B = 31.7%

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

#EE5395 (or 0xEE5395) is known color: French Rose. HEX triplet: EE, 53 and 95. RGB value is (238,83,149). Sum of RGB (Red+Green+Blue) = 238+83+149=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5395 is #11AC6A. Grayscale: #888888. Windows color (decimal): -1158251 or 9786350. OLE color: 9786350.

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

Color convert

RGB 238 83 149 -
CMYK 0 0.65 0.37 0.07
HSL 334.45º 0.82% 0.63% -
HSV(B) 334.45º 0.65% 0.93% -
XYZ 43.78 26.53 31.25 -
YUV 136.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 238 83 149 0 0.65 0.37 0.07 334.45 0.82 0.63
Hex EE 53 95 0 41 25 7 14E 52 3F
Octal 356 123 225 0 101 45 7 516 122 77
Binary 11101110 1010011 10010101 0 1000001 100101 111 101001110 1010010 111111

Color Harmonies of #EE5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5395

Black with #EE5395

Text Example


Text Example

White with #EE5395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5395; }

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

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

background-color css

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

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

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

border-color css

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

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

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