Shades of Hot Pink #E067B9
Tints of Hot Pink #E067B9
RGB
CMYK
RGB Variations
Color information
#E067B9 (or 0xE067B9) is known color: Hot Pink. HEX triplet: E0, 67 and B9. RGB value is (224,103,185). Sum of RGB (Red+Green+Blue) = 224+103+185=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E067B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067B9 is #1F9846. Grayscale: #949494. Windows color (decimal): -2070599 or 12150752. OLE color: 12150752.
HSL color Cylindrical-coordinate representation of color #E067B9: hue angle of 319.34º 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 #E067B9 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 185 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.12 |
| HSL | 319.34º | 0.66% | 0.64% | - |
| HSV(B) | 319.34º | 0.54% | 0.88% | - |
| XYZ | 44.35 | 29.05 | 49.17 | - |
| YUV | 148.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 185 | 0 | 0.54 | 0.17 | 0.12 | 319.34 | 0.66 | 0.64 |
| Hex | E0 | 67 | B9 | 0 | 36 | 11 | C | 13F | 42 | 40 |
| Octal | 340 | 147 | 271 | 0 | 66 | 21 | 14 | 477 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10111001 | 0 | 110110 | 10001 | 1100 | 100111111 | 1000010 | 1000000 |
Color Harmonies of #E067B9
Complementary color
Monochromatic Colors of #E067B9
Black with #E067B9
Text Example
Text Example
White with #E067B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067B9; }
p { color: rgb(224,103,185); }
H1.HeaderClassName
{
color: #E067B9;
}
.AnyTagClassName
{
color: #E067B9;
}
</style>
background-color css
<style>
a { background-color: #E067B9; }
a { background-color: rgb(224,103,185); }
div.DivClassName
{
background-color: #E067B9;
}
.BgClassName
{
background-color: #E067B9;
}
</style>
border-color css
<style>
span { border-color: #E067B9; }
span { border-color: rgb(224,103,185); }
td.TdClassName
{
border-color: #E067B9;
}
.TagClassName
{
border-color: #E067B9;
}
</style>