Shades of Hot Pink #E569B1
Tints of Hot Pink #E569B1
RGB
CMYK
RGB Variations
Color information
#E569B1 (or 0xE569B1) is known color: Hot Pink. HEX triplet: E5, 69 and B1. RGB value is (229,105,177). Sum of RGB (Red+Green+Blue) = 229+105+177=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E569B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E569B1 is #1A964E. Grayscale: #969696. Windows color (decimal): -1742415 or 11626981. OLE color: 11626981.
HSL color Cylindrical-coordinate representation of color #E569B1: hue angle of 325.16º 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 #E569B1 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 177 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.10 |
| HSL | 325.16º | 0.7% | 0.65% | - |
| HSV(B) | 325.16º | 0.54% | 0.9% | - |
| XYZ | 45.3 | 29.94 | 44.99 | - |
| YUV | 150.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 177 | 0 | 0.54 | 0.23 | 0.10 | 325.16 | 0.7 | 0.65 |
| Hex | E5 | 69 | B1 | 0 | 36 | 17 | A | 145 | 46 | 41 |
| Octal | 345 | 151 | 261 | 0 | 66 | 27 | 12 | 505 | 106 | 101 |
| Binary | 11100101 | 1101001 | 10110001 | 0 | 110110 | 10111 | 1010 | 101000101 | 1000110 | 1000001 |
Color Harmonies of #E569B1
Complementary color
Monochromatic Colors of #E569B1
Black with #E569B1
Text Example
Text Example
White with #E569B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569B1; }
p { color: rgb(229,105,177); }
H1.HeaderClassName
{
color: #E569B1;
}
.AnyTagClassName
{
color: #E569B1;
}
</style>
background-color css
<style>
a { background-color: #E569B1; }
a { background-color: rgb(229,105,177); }
div.DivClassName
{
background-color: #E569B1;
}
.BgClassName
{
background-color: #E569B1;
}
</style>
border-color css
<style>
span { border-color: #E569B1; }
span { border-color: rgb(229,105,177); }
td.TdClassName
{
border-color: #E569B1;
}
.TagClassName
{
border-color: #E569B1;
}
</style>