Html Css Color HEX #EE5190 French Rose

📋 copy color: '#EE5190'

red 238 ◦ green 81 ◦ blue 144

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

Shades of French Rose #EE5190

Tints of French Rose #EE5190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 51.4%
G = 17.49%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE5190 (or 0xEE5190) is known color: French Rose. HEX triplet: EE, 51 and 90. RGB value is (238,81,144). Sum of RGB (Red+Green+Blue) = 238+81+144=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5190 is #11AE6F. Grayscale: #878787. Windows color (decimal): -1158768 or 9458158. OLE color: 9458158.

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

Color convert

RGB 238 81 144 -
CMYK 0 0.66 0.39 0.07
HSL 335.92º 0.82% 0.63% -
HSV(B) 335.92º 0.66% 0.93% -
XYZ 43.24 26.08 29.14 -
YUV 135.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 238 81 144 0 0.66 0.39 0.07 335.92 0.82 0.63
Hex EE 51 90 0 42 27 7 150 52 3F
Octal 356 121 220 0 102 47 7 520 122 77
Binary 11101110 1010001 10010000 0 1000010 100111 111 101010000 1010010 111111

Color Harmonies of #EE5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5190

Black with #EE5190

Text Example


Text Example

White with #EE5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5190; }

 p { color: rgb(238,81,144); }

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

background-color css

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

 a { background-color: rgb(238,81,144); }

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

border-color css

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

 span { border-color: rgb(238,81,144); }

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