Shades of Hot Pink #E06DAD
Tints of Hot Pink #E06DAD
RGB
CMYK
RGB Variations
Color information
#E06DAD (or 0xE06DAD) is known color: Hot Pink. HEX triplet: E0, 6D and AD. RGB value is (224,109,173). Sum of RGB (Red+Green+Blue) = 224+109+173=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DAD is #1F9252. Grayscale: #969696. Windows color (decimal): -2069075 or 11365856. OLE color: 11365856.
HSL color Cylindrical-coordinate representation of color #E06DAD: hue angle of 326.61º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06DAD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 173 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.12 |
| HSL | 326.61º | 0.65% | 0.65% | - |
| HSV(B) | 326.61º | 0.51% | 0.88% | - |
| XYZ | 43.75 | 29.8 | 42.98 | - |
| YUV | 150.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 173 | 0 | 0.51 | 0.23 | 0.12 | 326.61 | 0.65 | 0.65 |
| Hex | E0 | 6D | AD | 0 | 33 | 17 | C | 147 | 41 | 41 |
| Octal | 340 | 155 | 255 | 0 | 63 | 27 | 14 | 507 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10101101 | 0 | 110011 | 10111 | 1100 | 101000111 | 1000001 | 1000001 |
Color Harmonies of #E06DAD
Complementary color
Monochromatic Colors of #E06DAD
Black with #E06DAD
Text Example
Text Example
White with #E06DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DAD; }
p { color: rgb(224,109,173); }
H1.HeaderClassName
{
color: #E06DAD;
}
.AnyTagClassName
{
color: #E06DAD;
}
</style>
background-color css
<style>
a { background-color: #E06DAD; }
a { background-color: rgb(224,109,173); }
div.DivClassName
{
background-color: #E06DAD;
}
.BgClassName
{
background-color: #E06DAD;
}
</style>
border-color css
<style>
span { border-color: #E06DAD; }
span { border-color: rgb(224,109,173); }
td.TdClassName
{
border-color: #E06DAD;
}
.TagClassName
{
border-color: #E06DAD;
}
</style>