Html Css Color HEX #E15DAE Hot Pink

📋 copy color: '#E15DAE'

red 225 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #E15DAE

Tints of Hot Pink #E15DAE

RGB

 RED value IS 225 (88.28% from 255) = 45.73%

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

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

R = 45.73%
G = 18.9%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E15DAE (or 0xE15DAE) is known color: Hot Pink. HEX triplet: E1, 5D and AE. RGB value is (225,93,174). Sum of RGB (Red+Green+Blue) = 225+93+174=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DAE is #1EA251. Grayscale: #8D8D8D. Windows color (decimal): -2007634 or 11427297. OLE color: 11427297.

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

Color convert

RGB 225 93 174 -
CMYK 0 0.59 0.23 0.12
HSL 323.18º 0.69% 0.62% -
HSV(B) 323.18º 0.59% 0.88% -
XYZ 42.61 26.89 42.99 -
YUV 141.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 225 93 174 0 0.59 0.23 0.12 323.18 0.69 0.62
Hex E1 5D AE 0 3B 17 C 143 45 3E
Octal 341 135 256 0 73 27 14 503 105 76
Binary 11100001 1011101 10101110 0 111011 10111 1100 101000011 1000101 111110

Color Harmonies of #E15DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DAE

Black with #E15DAE

Text Example


Text Example

White with #E15DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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