Shades of Hot Pink #E069AC
Tints of Hot Pink #E069AC
RGB
CMYK
RGB Variations
Color information
#E069AC (or 0xE069AC) is known color: Hot Pink. HEX triplet: E0, 69 and AC. RGB value is (224,105,172). Sum of RGB (Red+Green+Blue) = 224+105+172=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E069AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069AC is #1F9653. Grayscale: #949494. Windows color (decimal): -2070100 or 11299296. OLE color: 11299296.
HSL color Cylindrical-coordinate representation of color #E069AC: hue angle of 326.22º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069AC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 172 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.12 |
| HSL | 326.22º | 0.66% | 0.65% | - |
| HSV(B) | 326.22º | 0.53% | 0.88% | - |
| XYZ | 43.24 | 28.93 | 42.33 | - |
| YUV | 148.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 172 | 0 | 0.53 | 0.23 | 0.12 | 326.22 | 0.66 | 0.65 |
| Hex | E0 | 69 | AC | 0 | 35 | 17 | C | 146 | 42 | 41 |
| Octal | 340 | 151 | 254 | 0 | 65 | 27 | 14 | 506 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10101100 | 0 | 110101 | 10111 | 1100 | 101000110 | 1000010 | 1000001 |
Color Harmonies of #E069AC
Complementary color
Monochromatic Colors of #E069AC
Black with #E069AC
Text Example
Text Example
White with #E069AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069AC; }
p { color: rgb(224,105,172); }
H1.HeaderClassName
{
color: #E069AC;
}
.AnyTagClassName
{
color: #E069AC;
}
</style>
background-color css
<style>
a { background-color: #E069AC; }
a { background-color: rgb(224,105,172); }
div.DivClassName
{
background-color: #E069AC;
}
.BgClassName
{
background-color: #E069AC;
}
</style>
border-color css
<style>
span { border-color: #E069AC; }
span { border-color: rgb(224,105,172); }
td.TdClassName
{
border-color: #E069AC;
}
.TagClassName
{
border-color: #E069AC;
}
</style>