Shades of Hot Pink #E85CB6
Tints of Hot Pink #E85CB6
RGB
CMYK
RGB Variations
Color information
#E85CB6 (or 0xE85CB6) is known color: Hot Pink. HEX triplet: E8, 5C and B6. RGB value is (232,92,182). Sum of RGB (Red+Green+Blue) = 232+92+182=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CB6 is #17A349. Grayscale: #8F8F8F. Windows color (decimal): -1549130 or 11951336. OLE color: 11951336.
HSL color Cylindrical-coordinate representation of color #E85CB6: hue angle of 321.43º 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 #E85CB6 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 182 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.09 |
| HSL | 321.43º | 0.75% | 0.64% | - |
| HSV(B) | 321.43º | 0.6% | 0.91% | - |
| XYZ | 45.55 | 28.19 | 47.3 | - |
| YUV | 144.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 182 | 0 | 0.60 | 0.22 | 0.09 | 321.43 | 0.75 | 0.64 |
| Hex | E8 | 5C | B6 | 0 | 3C | 16 | 9 | 141 | 4B | 40 |
| Octal | 350 | 134 | 266 | 0 | 74 | 26 | 11 | 501 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10110110 | 0 | 111100 | 10110 | 1001 | 101000001 | 1001011 | 1000000 |
Color Harmonies of #E85CB6
Complementary color
Monochromatic Colors of #E85CB6
Black with #E85CB6
Text Example
Text Example
White with #E85CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CB6; }
p { color: rgb(232,92,182); }
H1.HeaderClassName
{
color: #E85CB6;
}
.AnyTagClassName
{
color: #E85CB6;
}
</style>
background-color css
<style>
a { background-color: #E85CB6; }
a { background-color: rgb(232,92,182); }
div.DivClassName
{
background-color: #E85CB6;
}
.BgClassName
{
background-color: #E85CB6;
}
</style>
border-color css
<style>
span { border-color: #E85CB6; }
span { border-color: rgb(232,92,182); }
td.TdClassName
{
border-color: #E85CB6;
}
.TagClassName
{
border-color: #E85CB6;
}
</style>