Shades of Hot Pink #E868B2
Tints of Hot Pink #E868B2
RGB
CMYK
RGB Variations
Color information
#E868B2 (or 0xE868B2) is known color: Hot Pink. HEX triplet: E8, 68 and B2. RGB value is (232,104,178). Sum of RGB (Red+Green+Blue) = 232+104+178=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E868B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E868B2 is #17974D. Grayscale: #969696. Windows color (decimal): -1546062 or 11692264. OLE color: 11692264.
HSL color Cylindrical-coordinate representation of color #E868B2: hue angle of 325.31º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E868B2 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 178 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.09 |
| HSL | 325.31º | 0.74% | 0.66% | - |
| HSV(B) | 325.31º | 0.55% | 0.91% | - |
| XYZ | 46.26 | 30.27 | 45.52 | - |
| YUV | 150.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 178 | 0 | 0.55 | 0.23 | 0.09 | 325.31 | 0.74 | 0.66 |
| Hex | E8 | 68 | B2 | 0 | 37 | 17 | 9 | 145 | 4A | 42 |
| Octal | 350 | 150 | 262 | 0 | 67 | 27 | 11 | 505 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10110010 | 0 | 110111 | 10111 | 1001 | 101000101 | 1001010 | 1000010 |
Color Harmonies of #E868B2
Complementary color
Monochromatic Colors of #E868B2
Black with #E868B2
Text Example
Text Example
White with #E868B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868B2; }
p { color: rgb(232,104,178); }
H1.HeaderClassName
{
color: #E868B2;
}
.AnyTagClassName
{
color: #E868B2;
}
</style>
background-color css
<style>
a { background-color: #E868B2; }
a { background-color: rgb(232,104,178); }
div.DivClassName
{
background-color: #E868B2;
}
.BgClassName
{
background-color: #E868B2;
}
</style>
border-color css
<style>
span { border-color: #E868B2; }
span { border-color: rgb(232,104,178); }
td.TdClassName
{
border-color: #E868B2;
}
.TagClassName
{
border-color: #E868B2;
}
</style>