Shades of Hot Pink #E067AB
Tints of Hot Pink #E067AB
RGB
CMYK
RGB Variations
Color information
#E067AB (or 0xE067AB) is known color: Hot Pink. HEX triplet: E0, 67 and AB. RGB value is (224,103,171). Sum of RGB (Red+Green+Blue) = 224+103+171=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E067AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E067AB is #1F9854. Grayscale: #929292. Windows color (decimal): -2070613 or 11233248. OLE color: 11233248.
HSL color Cylindrical-coordinate representation of color #E067AB: hue angle of 326.28º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067AB is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 171 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.12 |
| HSL | 326.28º | 0.66% | 0.64% | - |
| HSV(B) | 326.28º | 0.54% | 0.88% | - |
| XYZ | 42.94 | 28.49 | 41.76 | - |
| YUV | 146.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 171 | 0 | 0.54 | 0.24 | 0.12 | 326.28 | 0.66 | 0.64 |
| Hex | E0 | 67 | AB | 0 | 36 | 18 | C | 146 | 42 | 40 |
| Octal | 340 | 147 | 253 | 0 | 66 | 30 | 14 | 506 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10101011 | 0 | 110110 | 11000 | 1100 | 101000110 | 1000010 | 1000000 |
Color Harmonies of #E067AB
Complementary color
Monochromatic Colors of #E067AB
Black with #E067AB
Text Example
Text Example
White with #E067AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067AB; }
p { color: rgb(224,103,171); }
H1.HeaderClassName
{
color: #E067AB;
}
.AnyTagClassName
{
color: #E067AB;
}
</style>
background-color css
<style>
a { background-color: #E067AB; }
a { background-color: rgb(224,103,171); }
div.DivClassName
{
background-color: #E067AB;
}
.BgClassName
{
background-color: #E067AB;
}
</style>
border-color css
<style>
span { border-color: #E067AB; }
span { border-color: rgb(224,103,171); }
td.TdClassName
{
border-color: #E067AB;
}
.TagClassName
{
border-color: #E067AB;
}
</style>