Html Css Color HEX #EE5DAE Hot Pink

📋 copy color: '#EE5DAE'

red 238 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #EE5DAE

Tints of Hot Pink #EE5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 47.13%
G = 18.42%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE5DAE (or 0xEE5DAE) is known color: Hot Pink. HEX triplet: EE, 5D and AE. RGB value is (238,93,174). Sum of RGB (Red+Green+Blue) = 238+93+174=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DAE is #11A251. Grayscale: #919191. Windows color (decimal): -1155666 or 11427310. OLE color: 11427310.

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

Color convert

RGB 238 93 174 -
CMYK 0 0.61 0.27 0.07
HSL 326.48º 0.81% 0.65% -
HSV(B) 326.48º 0.61% 0.93% -
XYZ 46.81 29.06 43.19 -
YUV 145.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 238 93 174 0 0.61 0.27 0.07 326.48 0.81 0.65
Hex EE 5D AE 0 3D 1B 7 146 51 41
Octal 356 135 256 0 75 33 7 506 121 101
Binary 11101110 1011101 10101110 0 111101 11011 111 101000110 1010001 1000001

Color Harmonies of #EE5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5DAE

Black with #EE5DAE

Text Example


Text Example

White with #EE5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5DAE; }

 p { color: rgb(238,93,174); }

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

background-color css

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

 a { background-color: rgb(238,93,174); }

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

border-color css

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

 span { border-color: rgb(238,93,174); }

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