Shades of Hot Pink #E768AA
Tints of Hot Pink #E768AA
RGB
CMYK
RGB Variations
Color information
#E768AA (or 0xE768AA) is known color: Hot Pink. HEX triplet: E7, 68 and AA. RGB value is (231,104,170). Sum of RGB (Red+Green+Blue) = 231+104+170=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E768AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768AA is #189755. Grayscale: #959595. Windows color (decimal): -1611606 or 11167975. OLE color: 11167975.
HSL color Cylindrical-coordinate representation of color #E768AA: hue angle of 328.82º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E768AA is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 170 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.09 |
| HSL | 328.82º | 0.73% | 0.66% | - |
| HSV(B) | 328.82º | 0.55% | 0.91% | - |
| XYZ | 45.16 | 29.79 | 41.4 | - |
| YUV | 149.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 170 | 0 | 0.55 | 0.26 | 0.09 | 328.82 | 0.73 | 0.66 |
| Hex | E7 | 68 | AA | 0 | 37 | 1A | 9 | 149 | 49 | 42 |
| Octal | 347 | 150 | 252 | 0 | 67 | 32 | 11 | 511 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10101010 | 0 | 110111 | 11010 | 1001 | 101001001 | 1001001 | 1000010 |
Color Harmonies of #E768AA
Complementary color
Monochromatic Colors of #E768AA
Black with #E768AA
Text Example
Text Example
White with #E768AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768AA; }
p { color: rgb(231,104,170); }
H1.HeaderClassName
{
color: #E768AA;
}
.AnyTagClassName
{
color: #E768AA;
}
</style>
background-color css
<style>
a { background-color: #E768AA; }
a { background-color: rgb(231,104,170); }
div.DivClassName
{
background-color: #E768AA;
}
.BgClassName
{
background-color: #E768AA;
}
</style>
border-color css
<style>
span { border-color: #E768AA; }
span { border-color: rgb(231,104,170); }
td.TdClassName
{
border-color: #E768AA;
}
.TagClassName
{
border-color: #E768AA;
}
</style>