Html Css Color HEX #E25DAE Hot Pink

📋 copy color: '#E25DAE'

red 226 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #E25DAE

Tints of Hot Pink #E25DAE

RGB

 RED value IS 226 (88.67% from 255) = 45.84%

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

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

R = 45.84%
G = 18.86%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E25DAE (or 0xE25DAE) is known color: Hot Pink. HEX triplet: E2, 5D and AE. RGB value is (226,93,174). Sum of RGB (Red+Green+Blue) = 226+93+174=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DAE is #1DA251. Grayscale: #8D8D8D. Windows color (decimal): -1942098 or 11427298. OLE color: 11427298.

HSL color Cylindrical-coordinate representation of color #E25DAE: hue angle of 323.46º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DAE is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 174 -
CMYK 0 0.59 0.23 0.11
HSL 323.46º 0.7% 0.63% -
HSV(B) 323.46º 0.59% 0.89% -
XYZ 42.92 27.05 43 -
YUV 142 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 226 93 174 0 0.59 0.23 0.11 323.46 0.7 0.63
Hex E2 5D AE 0 3B 17 B 143 46 3F
Octal 342 135 256 0 73 27 13 503 106 77
Binary 11100010 1011101 10101110 0 111011 10111 1011 101000011 1000110 111111

Color Harmonies of #E25DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DAE

Black with #E25DAE

Text Example


Text Example

White with #E25DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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