Shades of Hot Pink #E569B9
Tints of Hot Pink #E569B9
RGB
CMYK
RGB Variations
Color information
#E569B9 (or 0xE569B9) is known color: Hot Pink. HEX triplet: E5, 69 and B9. RGB value is (229,105,185). Sum of RGB (Red+Green+Blue) = 229+105+185=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E569B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569B9 is #1A9646. Grayscale: #979797. Windows color (decimal): -1742407 or 12151269. OLE color: 12151269.
HSL color Cylindrical-coordinate representation of color #E569B9: hue angle of 321.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569B9 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 185 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.10 |
| HSL | 321.29º | 0.7% | 0.65% | - |
| HSV(B) | 321.29º | 0.54% | 0.9% | - |
| XYZ | 46.12 | 30.26 | 49.31 | - |
| YUV | 151.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 185 | 0 | 0.54 | 0.19 | 0.10 | 321.29 | 0.7 | 0.65 |
| Hex | E5 | 69 | B9 | 0 | 36 | 13 | A | 141 | 46 | 41 |
| Octal | 345 | 151 | 271 | 0 | 66 | 23 | 12 | 501 | 106 | 101 |
| Binary | 11100101 | 1101001 | 10111001 | 0 | 110110 | 10011 | 1010 | 101000001 | 1000110 | 1000001 |
Color Harmonies of #E569B9
Complementary color
Monochromatic Colors of #E569B9
Black with #E569B9
Text Example
Text Example
White with #E569B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569B9; }
p { color: rgb(229,105,185); }
H1.HeaderClassName
{
color: #E569B9;
}
.AnyTagClassName
{
color: #E569B9;
}
</style>
background-color css
<style>
a { background-color: #E569B9; }
a { background-color: rgb(229,105,185); }
div.DivClassName
{
background-color: #E569B9;
}
.BgClassName
{
background-color: #E569B9;
}
</style>
border-color css
<style>
span { border-color: #E569B9; }
span { border-color: rgb(229,105,185); }
td.TdClassName
{
border-color: #E569B9;
}
.TagClassName
{
border-color: #E569B9;
}
</style>