Shades of Hot Pink #E76CB3
Tints of Hot Pink #E76CB3
RGB
CMYK
RGB Variations
Color information
#E76CB3 (or 0xE76CB3) is known color: Hot Pink. HEX triplet: E7, 6C and B3. RGB value is (231,108,179). Sum of RGB (Red+Green+Blue) = 231+108+179=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CB3 is #18934C. Grayscale: #989898. Windows color (decimal): -1610573 or 11758823. OLE color: 11758823.
HSL color Cylindrical-coordinate representation of color #E76CB3: hue angle of 325.37º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CB3 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 179 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.09 |
| HSL | 325.37º | 0.72% | 0.66% | - |
| HSV(B) | 325.37º | 0.53% | 0.91% | - |
| XYZ | 46.45 | 30.97 | 46.18 | - |
| YUV | 152.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 179 | 0 | 0.53 | 0.23 | 0.09 | 325.37 | 0.72 | 0.66 |
| Hex | E7 | 6C | B3 | 0 | 35 | 17 | 9 | 145 | 48 | 42 |
| Octal | 347 | 154 | 263 | 0 | 65 | 27 | 11 | 505 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10110011 | 0 | 110101 | 10111 | 1001 | 101000101 | 1001000 | 1000010 |
Color Harmonies of #E76CB3
Complementary color
Monochromatic Colors of #E76CB3
Black with #E76CB3
Text Example
Text Example
White with #E76CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CB3; }
p { color: rgb(231,108,179); }
H1.HeaderClassName
{
color: #E76CB3;
}
.AnyTagClassName
{
color: #E76CB3;
}
</style>
background-color css
<style>
a { background-color: #E76CB3; }
a { background-color: rgb(231,108,179); }
div.DivClassName
{
background-color: #E76CB3;
}
.BgClassName
{
background-color: #E76CB3;
}
</style>
border-color css
<style>
span { border-color: #E76CB3; }
span { border-color: rgb(231,108,179); }
td.TdClassName
{
border-color: #E76CB3;
}
.TagClassName
{
border-color: #E76CB3;
}
</style>