Shades of Hot Pink #E568B9
Tints of Hot Pink #E568B9
RGB
CMYK
RGB Variations
Color information
#E568B9 (or 0xE568B9) is known color: Hot Pink. HEX triplet: E5, 68 and B9. RGB value is (229,104,185). Sum of RGB (Red+Green+Blue) = 229+104+185=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E568B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E568B9 is #1A9746. Grayscale: #969696. Windows color (decimal): -1742663 or 12151013. OLE color: 12151013.
HSL color Cylindrical-coordinate representation of color #E568B9: hue angle of 321.12º 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 #E568B9 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 185 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.10 |
| HSL | 321.12º | 0.71% | 0.65% | - |
| HSV(B) | 321.12º | 0.55% | 0.9% | - |
| XYZ | 46.02 | 30.06 | 49.28 | - |
| YUV | 150.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 185 | 0 | 0.55 | 0.19 | 0.10 | 321.12 | 0.71 | 0.65 |
| Hex | E5 | 68 | B9 | 0 | 37 | 13 | A | 141 | 47 | 41 |
| Octal | 345 | 150 | 271 | 0 | 67 | 23 | 12 | 501 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10111001 | 0 | 110111 | 10011 | 1010 | 101000001 | 1000111 | 1000001 |
Color Harmonies of #E568B9
Complementary color
Monochromatic Colors of #E568B9
Black with #E568B9
Text Example
Text Example
White with #E568B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568B9; }
p { color: rgb(229,104,185); }
H1.HeaderClassName
{
color: #E568B9;
}
.AnyTagClassName
{
color: #E568B9;
}
</style>
background-color css
<style>
a { background-color: #E568B9; }
a { background-color: rgb(229,104,185); }
div.DivClassName
{
background-color: #E568B9;
}
.BgClassName
{
background-color: #E568B9;
}
</style>
border-color css
<style>
span { border-color: #E568B9; }
span { border-color: rgb(229,104,185); }
td.TdClassName
{
border-color: #E568B9;
}
.TagClassName
{
border-color: #E568B9;
}
</style>