Html Css Color HEX #EE5193 French Rose

📋 copy color: '#EE5193'

red 238 ◦ green 81 ◦ blue 147

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

Shades of French Rose #EE5193

Tints of French Rose #EE5193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 51.07%
G = 17.38%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE5193 (or 0xEE5193) is known color: French Rose. HEX triplet: EE, 51 and 93. RGB value is (238,81,147). Sum of RGB (Red+Green+Blue) = 238+81+147=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5193 is #11AE6C. Grayscale: #878787. Windows color (decimal): -1158765 or 9654766. OLE color: 9654766.

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

Color convert

RGB 238 81 147 -
CMYK 0 0.66 0.38 0.07
HSL 334.78º 0.82% 0.63% -
HSV(B) 334.78º 0.66% 0.93% -
XYZ 43.47 26.17 30.36 -
YUV 135.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 238 81 147 0 0.66 0.38 0.07 334.78 0.82 0.63
Hex EE 51 93 0 42 26 7 14F 52 3F
Octal 356 121 223 0 102 46 7 517 122 77
Binary 11101110 1010001 10010011 0 1000010 100110 111 101001111 1010010 111111

Color Harmonies of #EE5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5193

Black with #EE5193

Text Example


Text Example

White with #EE5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5193; }

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

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

background-color css

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

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

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

border-color css

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

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

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