Html Css Color HEX #EE5A93 French Rose

📋 copy color: '#EE5A93'

red 238 ◦ green 90 ◦ blue 147

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

Shades of French Rose #EE5A93

Tints of French Rose #EE5A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

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

R = 50.11%
G = 18.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE5A93 (or 0xEE5A93) is known color: French Rose. HEX triplet: EE, 5A and 93. RGB value is (238,90,147). Sum of RGB (Red+Green+Blue) = 238+90+147=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5A93 is #11A56C. Grayscale: #8C8C8C. Windows color (decimal): -1156461 or 9657070. OLE color: 9657070.

HSL color Cylindrical-coordinate representation of color #EE5A93: hue angle of 336.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5A93 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 90 147 -
CMYK 0 0.62 0.38 0.07
HSL 336.89º 0.81% 0.64% -
HSV(B) 336.89º 0.62% 0.93% -
XYZ 44.18 27.6 30.6 -
YUV 140.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 238 90 147 0 0.62 0.38 0.07 336.89 0.81 0.64
Hex EE 5A 93 0 3E 26 7 151 51 40
Octal 356 132 223 0 76 46 7 521 121 100
Binary 11101110 1011010 10010011 0 111110 100110 111 101010001 1010001 1000000

Color Harmonies of #EE5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5A93

Black with #EE5A93

Text Example


Text Example

White with #EE5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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