Shades of Hot Pink #E76DB4
Tints of Hot Pink #E76DB4
RGB
CMYK
RGB Variations
Color information
#E76DB4 (or 0xE76DB4) is known color: Hot Pink. HEX triplet: E7, 6D and B4. RGB value is (231,109,180). Sum of RGB (Red+Green+Blue) = 231+109+180=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DB4 is #18924B. Grayscale: #999999. Windows color (decimal): -1610316 or 11824615. OLE color: 11824615.
HSL color Cylindrical-coordinate representation of color #E76DB4: hue angle of 325.08º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DB4 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 180 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.09 |
| HSL | 325.08º | 0.72% | 0.67% | - |
| HSV(B) | 325.08º | 0.53% | 0.91% | - |
| XYZ | 46.66 | 31.22 | 46.75 | - |
| YUV | 153.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 180 | 0 | 0.53 | 0.22 | 0.09 | 325.08 | 0.72 | 0.67 |
| Hex | E7 | 6D | B4 | 0 | 35 | 16 | 9 | 145 | 48 | 43 |
| Octal | 347 | 155 | 264 | 0 | 65 | 26 | 11 | 505 | 110 | 103 |
| Binary | 11100111 | 1101101 | 10110100 | 0 | 110101 | 10110 | 1001 | 101000101 | 1001000 | 1000011 |
Color Harmonies of #E76DB4
Complementary color
Monochromatic Colors of #E76DB4
Black with #E76DB4
Text Example
Text Example
White with #E76DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DB4; }
p { color: rgb(231,109,180); }
H1.HeaderClassName
{
color: #E76DB4;
}
.AnyTagClassName
{
color: #E76DB4;
}
</style>
background-color css
<style>
a { background-color: #E76DB4; }
a { background-color: rgb(231,109,180); }
div.DivClassName
{
background-color: #E76DB4;
}
.BgClassName
{
background-color: #E76DB4;
}
</style>
border-color css
<style>
span { border-color: #E76DB4; }
span { border-color: rgb(231,109,180); }
td.TdClassName
{
border-color: #E76DB4;
}
.TagClassName
{
border-color: #E76DB4;
}
</style>