Shades of Hot Pink #E770AC
Tints of Hot Pink #E770AC
RGB
CMYK
RGB Variations
Color information
#E770AC (or 0xE770AC) is known color: Hot Pink. HEX triplet: E7, 70 and AC. RGB value is (231,112,172). Sum of RGB (Red+Green+Blue) = 231+112+172=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E770AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770AC is #188F53. Grayscale: #9A9A9A. Windows color (decimal): -1609556 or 11301095. OLE color: 11301095.
HSL color Cylindrical-coordinate representation of color #E770AC: hue angle of 329.75º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770AC is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 172 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.09 |
| HSL | 329.75º | 0.71% | 0.67% | - |
| HSV(B) | 329.75º | 0.52% | 0.91% | - |
| XYZ | 46.2 | 31.56 | 42.69 | - |
| YUV | 154.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 172 | 0 | 0.52 | 0.26 | 0.09 | 329.75 | 0.71 | 0.67 |
| Hex | E7 | 70 | AC | 0 | 34 | 1A | 9 | 14A | 47 | 43 |
| Octal | 347 | 160 | 254 | 0 | 64 | 32 | 11 | 512 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10101100 | 0 | 110100 | 11010 | 1001 | 101001010 | 1000111 | 1000011 |
Color Harmonies of #E770AC
Complementary color
Monochromatic Colors of #E770AC
Black with #E770AC
Text Example
Text Example
White with #E770AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770AC; }
p { color: rgb(231,112,172); }
H1.HeaderClassName
{
color: #E770AC;
}
.AnyTagClassName
{
color: #E770AC;
}
</style>
background-color css
<style>
a { background-color: #E770AC; }
a { background-color: rgb(231,112,172); }
div.DivClassName
{
background-color: #E770AC;
}
.BgClassName
{
background-color: #E770AC;
}
</style>
border-color css
<style>
span { border-color: #E770AC; }
span { border-color: rgb(231,112,172); }
td.TdClassName
{
border-color: #E770AC;
}
.TagClassName
{
border-color: #E770AC;
}
</style>