Html Css Color HEX #E15DB0 Hot Pink

📋 copy color: '#E15DB0'

red 225 ◦ green 93 ◦ blue 176

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

Shades of Hot Pink #E15DB0

Tints of Hot Pink #E15DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 45.55%
G = 18.83%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E15DB0 (or 0xE15DB0) is known color: Hot Pink. HEX triplet: E1, 5D and B0. RGB value is (225,93,176). Sum of RGB (Red+Green+Blue) = 225+93+176=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DB0 is #1EA24F. Grayscale: #8D8D8D. Windows color (decimal): -2007632 or 11558369. OLE color: 11558369.

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

Color convert

RGB 225 93 176 -
CMYK 0 0.59 0.22 0.12
HSL 322.27º 0.69% 0.62% -
HSV(B) 322.27º 0.59% 0.88% -
XYZ 42.8 26.97 44.02 -
YUV 141.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 225 93 176 0 0.59 0.22 0.12 322.27 0.69 0.62
Hex E1 5D B0 0 3B 16 C 142 45 3E
Octal 341 135 260 0 73 26 14 502 105 76
Binary 11100001 1011101 10110000 0 111011 10110 1100 101000010 1000101 111110

Color Harmonies of #E15DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DB0

Black with #E15DB0

Text Example


Text Example

White with #E15DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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