Shades of Hot Pink #E068AD
Tints of Hot Pink #E068AD
RGB
CMYK
RGB Variations
Color information
#E068AD (or 0xE068AD) is known color: Hot Pink. HEX triplet: E0, 68 and AD. RGB value is (224,104,173). Sum of RGB (Red+Green+Blue) = 224+104+173=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E068AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068AD is #1F9752. Grayscale: #939393. Windows color (decimal): -2070355 or 11364576. OLE color: 11364576.
HSL color Cylindrical-coordinate representation of color #E068AD: hue angle of 325.5º 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 #E068AD is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 173 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.12 |
| HSL | 325.5º | 0.66% | 0.64% | - |
| HSV(B) | 325.5º | 0.54% | 0.88% | - |
| XYZ | 43.23 | 28.77 | 42.81 | - |
| YUV | 147.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 173 | 0 | 0.54 | 0.23 | 0.12 | 325.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | AD | 0 | 36 | 17 | C | 146 | 42 | 40 |
| Octal | 340 | 150 | 255 | 0 | 66 | 27 | 14 | 506 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10101101 | 0 | 110110 | 10111 | 1100 | 101000110 | 1000010 | 1000000 |
Color Harmonies of #E068AD
Complementary color
Monochromatic Colors of #E068AD
Black with #E068AD
Text Example
Text Example
White with #E068AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068AD; }
p { color: rgb(224,104,173); }
H1.HeaderClassName
{
color: #E068AD;
}
.AnyTagClassName
{
color: #E068AD;
}
</style>
background-color css
<style>
a { background-color: #E068AD; }
a { background-color: rgb(224,104,173); }
div.DivClassName
{
background-color: #E068AD;
}
.BgClassName
{
background-color: #E068AD;
}
</style>
border-color css
<style>
span { border-color: #E068AD; }
span { border-color: rgb(224,104,173); }
td.TdClassName
{
border-color: #E068AD;
}
.TagClassName
{
border-color: #E068AD;
}
</style>