Shades of Hot Pink #E85DB4
Tints of Hot Pink #E85DB4
RGB
CMYK
RGB Variations
Color information
#E85DB4 (or 0xE85DB4) is known color: Hot Pink. HEX triplet: E8, 5D and B4. RGB value is (232,93,180). Sum of RGB (Red+Green+Blue) = 232+93+180=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DB4 is #17A24B. Grayscale: #909090. Windows color (decimal): -1548876 or 11820520. OLE color: 11820520.
HSL color Cylindrical-coordinate representation of color #E85DB4: hue angle of 322.45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DB4 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 93 | 180 | - |
CMYK | 0 | 0.60 | 0.22 | 0.09 |
HSL | 322.45º | 0.75% | 0.64% | - |
HSV(B) | 322.45º | 0.6% | 0.91% | - |
XYZ | 45.43 | 28.28 | 46.24 | - |
YUV | 144.48 | 148.05 | 190.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 93 | 180 | 0 | 0.60 | 0.22 | 0.09 | 322.45 | 0.75 | 0.64 |
Hex | E8 | 5D | B4 | 0 | 3C | 16 | 9 | 142 | 4B | 40 |
Octal | 350 | 135 | 264 | 0 | 74 | 26 | 11 | 502 | 113 | 100 |
Binary | 11101000 | 1011101 | 10110100 | 0 | 111100 | 10110 | 1001 | 101000010 | 1001011 | 1000000 |
Color Harmonies of #E85DB4
Complementary color
Monochromatic Colors of #E85DB4
Black with #E85DB4
Text Example
Text Example
White with #E85DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DB4; }
p { color: rgb(232,93,180); }
H1.HeaderClassName
{
color: #E85DB4;
}
.AnyTagClassName
{
color: #E85DB4;
}
</style>
background-color css
<style>
a { background-color: #E85DB4; }
a { background-color: rgb(232,93,180); }
div.DivClassName
{
background-color: #E85DB4;
}
.BgClassName
{
background-color: #E85DB4;
}
</style>
border-color css
<style>
span { border-color: #E85DB4; }
span { border-color: rgb(232,93,180); }
td.TdClassName
{
border-color: #E85DB4;
}
.TagClassName
{
border-color: #E85DB4;
}
</style>