Shades of Hot Pink #E76CAA
Tints of Hot Pink #E76CAA
RGB
CMYK
RGB Variations
Color information
#E76CAA (or 0xE76CAA) is known color: Hot Pink. HEX triplet: E7, 6C and AA. RGB value is (231,108,170). Sum of RGB (Red+Green+Blue) = 231+108+170=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CAA is #189355. Grayscale: #979797. Windows color (decimal): -1610582 or 11168999. OLE color: 11168999.
HSL color Cylindrical-coordinate representation of color #E76CAA: hue angle of 329.76º 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 #E76CAA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 170 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.09 |
| HSL | 329.76º | 0.72% | 0.66% | - |
| HSV(B) | 329.76º | 0.53% | 0.91% | - |
| XYZ | 45.57 | 30.62 | 41.54 | - |
| YUV | 151.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 170 | 0 | 0.53 | 0.26 | 0.09 | 329.76 | 0.72 | 0.66 |
| Hex | E7 | 6C | AA | 0 | 35 | 1A | 9 | 14A | 48 | 42 |
| Octal | 347 | 154 | 252 | 0 | 65 | 32 | 11 | 512 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10101010 | 0 | 110101 | 11010 | 1001 | 101001010 | 1001000 | 1000010 |
Color Harmonies of #E76CAA
Complementary color
Monochromatic Colors of #E76CAA
Black with #E76CAA
Text Example
Text Example
White with #E76CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CAA; }
p { color: rgb(231,108,170); }
H1.HeaderClassName
{
color: #E76CAA;
}
.AnyTagClassName
{
color: #E76CAA;
}
</style>
background-color css
<style>
a { background-color: #E76CAA; }
a { background-color: rgb(231,108,170); }
div.DivClassName
{
background-color: #E76CAA;
}
.BgClassName
{
background-color: #E76CAA;
}
</style>
border-color css
<style>
span { border-color: #E76CAA; }
span { border-color: rgb(231,108,170); }
td.TdClassName
{
border-color: #E76CAA;
}
.TagClassName
{
border-color: #E76CAA;
}
</style>