Shades of Hot Pink #E569B2
Tints of Hot Pink #E569B2
RGB
CMYK
RGB Variations
Color information
#E569B2 (or 0xE569B2) is known color: Hot Pink. HEX triplet: E5, 69 and B2. RGB value is (229,105,178). Sum of RGB (Red+Green+Blue) = 229+105+178=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E569B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E569B2 is #1A964D. Grayscale: #969696. Windows color (decimal): -1742414 or 11692517. OLE color: 11692517.
HSL color Cylindrical-coordinate representation of color #E569B2: hue angle of 324.68º 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 #E569B2 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 178 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.10 |
| HSL | 324.68º | 0.7% | 0.65% | - |
| HSV(B) | 324.68º | 0.54% | 0.9% | - |
| XYZ | 45.4 | 29.98 | 45.51 | - |
| YUV | 150.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 178 | 0 | 0.54 | 0.22 | 0.10 | 324.68 | 0.7 | 0.65 |
| Hex | E5 | 69 | B2 | 0 | 36 | 16 | A | 145 | 46 | 41 |
| Octal | 345 | 151 | 262 | 0 | 66 | 26 | 12 | 505 | 106 | 101 |
| Binary | 11100101 | 1101001 | 10110010 | 0 | 110110 | 10110 | 1010 | 101000101 | 1000110 | 1000001 |
Color Harmonies of #E569B2
Complementary color
Monochromatic Colors of #E569B2
Black with #E569B2
Text Example
Text Example
White with #E569B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569B2; }
p { color: rgb(229,105,178); }
H1.HeaderClassName
{
color: #E569B2;
}
.AnyTagClassName
{
color: #E569B2;
}
</style>
background-color css
<style>
a { background-color: #E569B2; }
a { background-color: rgb(229,105,178); }
div.DivClassName
{
background-color: #E569B2;
}
.BgClassName
{
background-color: #E569B2;
}
</style>
border-color css
<style>
span { border-color: #E569B2; }
span { border-color: rgb(229,105,178); }
td.TdClassName
{
border-color: #E569B2;
}
.TagClassName
{
border-color: #E569B2;
}
</style>