Shades of Hot Pink #E568A9
Tints of Hot Pink #E568A9
RGB
CMYK
RGB Variations
Color information
#E568A9 (or 0xE568A9) is known color: Hot Pink. HEX triplet: E5, 68 and A9. RGB value is (229,104,169). Sum of RGB (Red+Green+Blue) = 229+104+169=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E568A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E568A9 is #1A9756. Grayscale: #949494. Windows color (decimal): -1742679 or 11102437. OLE color: 11102437.
HSL color Cylindrical-coordinate representation of color #E568A9: hue angle of 328.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E568A9 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 169 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.10 |
| HSL | 328.8º | 0.71% | 0.65% | - |
| HSV(B) | 328.8º | 0.55% | 0.9% | - |
| XYZ | 44.42 | 29.42 | 40.87 | - |
| YUV | 148.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 169 | 0 | 0.55 | 0.26 | 0.10 | 328.8 | 0.71 | 0.65 |
| Hex | E5 | 68 | A9 | 0 | 37 | 1A | A | 149 | 47 | 41 |
| Octal | 345 | 150 | 251 | 0 | 67 | 32 | 12 | 511 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10101001 | 0 | 110111 | 11010 | 1010 | 101001001 | 1000111 | 1000001 |
Color Harmonies of #E568A9
Complementary color
Monochromatic Colors of #E568A9
Black with #E568A9
Text Example
Text Example
White with #E568A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568A9; }
p { color: rgb(229,104,169); }
H1.HeaderClassName
{
color: #E568A9;
}
.AnyTagClassName
{
color: #E568A9;
}
</style>
background-color css
<style>
a { background-color: #E568A9; }
a { background-color: rgb(229,104,169); }
div.DivClassName
{
background-color: #E568A9;
}
.BgClassName
{
background-color: #E568A9;
}
</style>
border-color css
<style>
span { border-color: #E568A9; }
span { border-color: rgb(229,104,169); }
td.TdClassName
{
border-color: #E568A9;
}
.TagClassName
{
border-color: #E568A9;
}
</style>