Shades of Hot Pink #E568B0
Tints of Hot Pink #E568B0
RGB
CMYK
RGB Variations
Color information
#E568B0 (or 0xE568B0) is known color: Hot Pink. HEX triplet: E5, 68 and B0. RGB value is (229,104,176). Sum of RGB (Red+Green+Blue) = 229+104+176=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E568B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E568B0 is #1A974F. Grayscale: #959595. Windows color (decimal): -1742672 or 11561189. OLE color: 11561189.
HSL color Cylindrical-coordinate representation of color #E568B0: hue angle of 325.44º 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 #E568B0 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 176 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.10 |
| HSL | 325.44º | 0.71% | 0.65% | - |
| HSV(B) | 325.44º | 0.55% | 0.9% | - |
| XYZ | 45.1 | 29.69 | 44.43 | - |
| YUV | 149.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 176 | 0 | 0.55 | 0.23 | 0.10 | 325.44 | 0.71 | 0.65 |
| Hex | E5 | 68 | B0 | 0 | 37 | 17 | A | 145 | 47 | 41 |
| Octal | 345 | 150 | 260 | 0 | 67 | 27 | 12 | 505 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10110000 | 0 | 110111 | 10111 | 1010 | 101000101 | 1000111 | 1000001 |
Color Harmonies of #E568B0
Complementary color
Monochromatic Colors of #E568B0
Black with #E568B0
Text Example
Text Example
White with #E568B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568B0; }
p { color: rgb(229,104,176); }
H1.HeaderClassName
{
color: #E568B0;
}
.AnyTagClassName
{
color: #E568B0;
}
</style>
background-color css
<style>
a { background-color: #E568B0; }
a { background-color: rgb(229,104,176); }
div.DivClassName
{
background-color: #E568B0;
}
.BgClassName
{
background-color: #E568B0;
}
</style>
border-color css
<style>
span { border-color: #E568B0; }
span { border-color: rgb(229,104,176); }
td.TdClassName
{
border-color: #E568B0;
}
.TagClassName
{
border-color: #E568B0;
}
</style>