Html Css Color HEX #E15DAC Hot Pink

📋 copy color: '#E15DAC'

red 225 ◦ green 93 ◦ blue 172

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

Shades of Hot Pink #E15DAC

Tints of Hot Pink #E15DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 45.92%
G = 18.98%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E15DAC (or 0xE15DAC) is known color: Hot Pink. HEX triplet: E1, 5D and AC. RGB value is (225,93,172). Sum of RGB (Red+Green+Blue) = 225+93+172=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DAC is #1EA253. Grayscale: #8D8D8D. Windows color (decimal): -2007636 or 11296225. OLE color: 11296225.

HSL color Cylindrical-coordinate representation of color #E15DAC: hue angle of 324.09º 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 #E15DAC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 172 -
CMYK 0 0.59 0.24 0.12
HSL 324.09º 0.69% 0.62% -
HSV(B) 324.09º 0.59% 0.88% -
XYZ 42.41 26.81 41.97 -
YUV 141.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 225 93 172 0 0.59 0.24 0.12 324.09 0.69 0.62
Hex E1 5D AC 0 3B 18 C 144 45 3E
Octal 341 135 254 0 73 30 14 504 105 76
Binary 11100001 1011101 10101100 0 111011 11000 1100 101000100 1000101 111110

Color Harmonies of #E15DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DAC

Black with #E15DAC

Text Example


Text Example

White with #E15DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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