Shades of Hot Pink #E768AB
Tints of Hot Pink #E768AB
RGB
CMYK
RGB Variations
Color information
#E768AB (or 0xE768AB) is known color: Hot Pink. HEX triplet: E7, 68 and AB. RGB value is (231,104,171). Sum of RGB (Red+Green+Blue) = 231+104+171=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E768AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768AB is #189754. Grayscale: #959595. Windows color (decimal): -1611605 or 11233511. OLE color: 11233511.
HSL color Cylindrical-coordinate representation of color #E768AB: hue angle of 328.35º 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 #E768AB is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 171 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.09 |
| HSL | 328.35º | 0.73% | 0.66% | - |
| HSV(B) | 328.35º | 0.55% | 0.91% | - |
| XYZ | 45.26 | 29.83 | 41.9 | - |
| YUV | 149.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 171 | 0 | 0.55 | 0.26 | 0.09 | 328.35 | 0.73 | 0.66 |
| Hex | E7 | 68 | AB | 0 | 37 | 1A | 9 | 148 | 49 | 42 |
| Octal | 347 | 150 | 253 | 0 | 67 | 32 | 11 | 510 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10101011 | 0 | 110111 | 11010 | 1001 | 101001000 | 1001001 | 1000010 |
Color Harmonies of #E768AB
Complementary color
Monochromatic Colors of #E768AB
Black with #E768AB
Text Example
Text Example
White with #E768AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768AB; }
p { color: rgb(231,104,171); }
H1.HeaderClassName
{
color: #E768AB;
}
.AnyTagClassName
{
color: #E768AB;
}
</style>
background-color css
<style>
a { background-color: #E768AB; }
a { background-color: rgb(231,104,171); }
div.DivClassName
{
background-color: #E768AB;
}
.BgClassName
{
background-color: #E768AB;
}
</style>
border-color css
<style>
span { border-color: #E768AB; }
span { border-color: rgb(231,104,171); }
td.TdClassName
{
border-color: #E768AB;
}
.TagClassName
{
border-color: #E768AB;
}
</style>