Shades of Hot Pink #E767AB
Tints of Hot Pink #E767AB
RGB
CMYK
RGB Variations
Color information
#E767AB (or 0xE767AB) is known color: Hot Pink. HEX triplet: E7, 67 and AB. RGB value is (231,103,171). Sum of RGB (Red+Green+Blue) = 231+103+171=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E767AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E767AB is #189854. Grayscale: #949494. Windows color (decimal): -1611861 or 11233255. OLE color: 11233255.
HSL color Cylindrical-coordinate representation of color #E767AB: hue angle of 328.12º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767AB is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 171 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.09 |
| HSL | 328.13º | 0.73% | 0.65% | - |
| HSV(B) | 328.13º | 0.55% | 0.91% | - |
| XYZ | 45.16 | 29.63 | 41.87 | - |
| YUV | 149.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 171 | 0 | 0.55 | 0.26 | 0.09 | 328.13 | 0.73 | 0.65 |
| Hex | E7 | 67 | AB | 0 | 37 | 1A | 9 | 148 | 49 | 41 |
| Octal | 347 | 147 | 253 | 0 | 67 | 32 | 11 | 510 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10101011 | 0 | 110111 | 11010 | 1001 | 101001000 | 1001001 | 1000001 |
Color Harmonies of #E767AB
Complementary color
Monochromatic Colors of #E767AB
Black with #E767AB
Text Example
Text Example
White with #E767AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767AB; }
p { color: rgb(231,103,171); }
H1.HeaderClassName
{
color: #E767AB;
}
.AnyTagClassName
{
color: #E767AB;
}
</style>
background-color css
<style>
a { background-color: #E767AB; }
a { background-color: rgb(231,103,171); }
div.DivClassName
{
background-color: #E767AB;
}
.BgClassName
{
background-color: #E767AB;
}
</style>
border-color css
<style>
span { border-color: #E767AB; }
span { border-color: rgb(231,103,171); }
td.TdClassName
{
border-color: #E767AB;
}
.TagClassName
{
border-color: #E767AB;
}
</style>