Shades of Hot Pink #E76DAD
Tints of Hot Pink #E76DAD
RGB
CMYK
RGB Variations
Color information
#E76DAD (or 0xE76DAD) is known color: Hot Pink. HEX triplet: E7, 6D and AD. RGB value is (231,109,173). Sum of RGB (Red+Green+Blue) = 231+109+173=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DAD is #189252. Grayscale: #989898. Windows color (decimal): -1610323 or 11365863. OLE color: 11365863.
HSL color Cylindrical-coordinate representation of color #E76DAD: hue angle of 328.52º 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 #E76DAD is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 173 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.09 |
| HSL | 328.52º | 0.72% | 0.67% | - |
| HSV(B) | 328.52º | 0.53% | 0.91% | - |
| XYZ | 45.97 | 30.94 | 43.09 | - |
| YUV | 152.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 173 | 0 | 0.53 | 0.25 | 0.09 | 328.52 | 0.72 | 0.67 |
| Hex | E7 | 6D | AD | 0 | 35 | 19 | 9 | 149 | 48 | 43 |
| Octal | 347 | 155 | 255 | 0 | 65 | 31 | 11 | 511 | 110 | 103 |
| Binary | 11100111 | 1101101 | 10101101 | 0 | 110101 | 11001 | 1001 | 101001001 | 1001000 | 1000011 |
Color Harmonies of #E76DAD
Complementary color
Monochromatic Colors of #E76DAD
Black with #E76DAD
Text Example
Text Example
White with #E76DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DAD; }
p { color: rgb(231,109,173); }
H1.HeaderClassName
{
color: #E76DAD;
}
.AnyTagClassName
{
color: #E76DAD;
}
</style>
background-color css
<style>
a { background-color: #E76DAD; }
a { background-color: rgb(231,109,173); }
div.DivClassName
{
background-color: #E76DAD;
}
.BgClassName
{
background-color: #E76DAD;
}
</style>
border-color css
<style>
span { border-color: #E76DAD; }
span { border-color: rgb(231,109,173); }
td.TdClassName
{
border-color: #E76DAD;
}
.TagClassName
{
border-color: #E76DAD;
}
</style>