Shades of Hot Pink #E76AAA
Tints of Hot Pink #E76AAA
RGB
CMYK
RGB Variations
Color information
#E76AAA (or 0xE76AAA) is known color: Hot Pink. HEX triplet: E7, 6A and AA. RGB value is (231,106,170). Sum of RGB (Red+Green+Blue) = 231+106+170=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AAA is #189555. Grayscale: #969696. Windows color (decimal): -1611094 or 11168487. OLE color: 11168487.
HSL color Cylindrical-coordinate representation of color #E76AAA: hue angle of 329.28º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76AAA is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 170 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.09 |
| HSL | 329.28º | 0.72% | 0.66% | - |
| HSV(B) | 329.28º | 0.54% | 0.91% | - |
| XYZ | 45.36 | 30.2 | 41.47 | - |
| YUV | 150.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 170 | 0 | 0.54 | 0.26 | 0.09 | 329.28 | 0.72 | 0.66 |
| Hex | E7 | 6A | AA | 0 | 36 | 1A | 9 | 149 | 48 | 42 |
| Octal | 347 | 152 | 252 | 0 | 66 | 32 | 11 | 511 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10101010 | 0 | 110110 | 11010 | 1001 | 101001001 | 1001000 | 1000010 |
Color Harmonies of #E76AAA
Complementary color
Monochromatic Colors of #E76AAA
Black with #E76AAA
Text Example
Text Example
White with #E76AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AAA; }
p { color: rgb(231,106,170); }
H1.HeaderClassName
{
color: #E76AAA;
}
.AnyTagClassName
{
color: #E76AAA;
}
</style>
background-color css
<style>
a { background-color: #E76AAA; }
a { background-color: rgb(231,106,170); }
div.DivClassName
{
background-color: #E76AAA;
}
.BgClassName
{
background-color: #E76AAA;
}
</style>
border-color css
<style>
span { border-color: #E76AAA; }
span { border-color: rgb(231,106,170); }
td.TdClassName
{
border-color: #E76AAA;
}
.TagClassName
{
border-color: #E76AAA;
}
</style>