Html Css Color HEX #EE5095 French Rose

📋 copy color: '#EE5095'

red 238 ◦ green 80 ◦ blue 149

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

Shades of French Rose #EE5095

Tints of French Rose #EE5095

RGB

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

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

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

R = 50.96%
G = 17.13%
B = 31.91%

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

#EE5095 (or 0xEE5095) is known color: French Rose. HEX triplet: EE, 50 and 95. RGB value is (238,80,149). Sum of RGB (Red+Green+Blue) = 238+80+149=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5095 is #11AF6A. Grayscale: #868686. Windows color (decimal): -1159019 or 9785582. OLE color: 9785582.

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

Color convert

RGB 238 80 149 -
CMYK 0 0.66 0.37 0.07
HSL 333.8º 0.82% 0.62% -
HSV(B) 333.8º 0.66% 0.93% -
XYZ 43.55 26.08 31.17 -
YUV 135.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 238 80 149 0 0.66 0.37 0.07 333.8 0.82 0.62
Hex EE 50 95 0 42 25 7 14E 52 3E
Octal 356 120 225 0 102 45 7 516 122 76
Binary 11101110 1010000 10010101 0 1000010 100101 111 101001110 1010010 111110

Color Harmonies of #EE5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5095

Black with #EE5095

Text Example


Text Example

White with #EE5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5095; }

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

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

background-color css

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

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

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

border-color css

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

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

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