Html Css Color HEX #E05DAE Hot Pink

📋 copy color: '#E05DAE'

red 224 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #E05DAE

Tints of Hot Pink #E05DAE

RGB

 RED value IS 224 (87.89% from 255) = 45.62%

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

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

R = 45.62%
G = 18.94%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E05DAE (or 0xE05DAE) is known color: Hot Pink. HEX triplet: E0, 5D and AE. RGB value is (224,93,174). Sum of RGB (Red+Green+Blue) = 224+93+174=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05DAE is #1FA251. Grayscale: #8D8D8D. Windows color (decimal): -2073170 or 11427296. OLE color: 11427296.

HSL color Cylindrical-coordinate representation of color #E05DAE: hue angle of 322.9º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DAE is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 174 -
CMYK 0 0.58 0.22 0.12
HSL 322.9º 0.68% 0.62% -
HSV(B) 322.9º 0.58% 0.88% -
XYZ 42.29 26.73 42.98 -
YUV 141.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 224 93 174 0 0.58 0.22 0.12 322.9 0.68 0.62
Hex E0 5D AE 0 3A 16 C 143 44 3E
Octal 340 135 256 0 72 26 14 503 104 76
Binary 11100000 1011101 10101110 0 111010 10110 1100 101000011 1000100 111110

Color Harmonies of #E05DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DAE

Black with #E05DAE

Text Example


Text Example

White with #E05DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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