Html Css Color HEX #E15DB6 Hot Pink

📋 copy color: '#E15DB6'

red 225 ◦ green 93 ◦ blue 182

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

Shades of Hot Pink #E15DB6

Tints of Hot Pink #E15DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 45%
G = 18.6%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E15DB6 (or 0xE15DB6) is known color: Hot Pink. HEX triplet: E1, 5D and B6. RGB value is (225,93,182). Sum of RGB (Red+Green+Blue) = 225+93+182=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DB6 is #1EA249. Grayscale: #8E8E8E. Windows color (decimal): -2007626 or 11951585. OLE color: 11951585.

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

Color convert

RGB 225 93 182 -
CMYK 0 0.59 0.19 0.12
HSL 319.55º 0.69% 0.62% -
HSV(B) 319.55º 0.59% 0.88% -
XYZ 43.41 27.21 47.22 -
YUV 142.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 225 93 182 0 0.59 0.19 0.12 319.55 0.69 0.62
Hex E1 5D B6 0 3B 13 C 140 45 3E
Octal 341 135 266 0 73 23 14 500 105 76
Binary 11100001 1011101 10110110 0 111011 10011 1100 101000000 1000101 111110

Color Harmonies of #E15DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DB6

Black with #E15DB6

Text Example


Text Example

White with #E15DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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