Shades of Hot Pink #E568B5
Tints of Hot Pink #E568B5
RGB
CMYK
RGB Variations
Color information
#E568B5 (or 0xE568B5) is known color: Hot Pink. HEX triplet: E5, 68 and B5. RGB value is (229,104,181). Sum of RGB (Red+Green+Blue) = 229+104+181=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E568B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E568B5 is #1A974A. Grayscale: #959595. Windows color (decimal): -1742667 or 11888869. OLE color: 11888869.
HSL color Cylindrical-coordinate representation of color #E568B5: hue angle of 323.04º 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 #E568B5 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 181 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.10 |
| HSL | 323.04º | 0.71% | 0.65% | - |
| HSV(B) | 323.04º | 0.55% | 0.9% | - |
| XYZ | 45.6 | 29.89 | 47.08 | - |
| YUV | 150.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 181 | 0 | 0.55 | 0.21 | 0.10 | 323.04 | 0.71 | 0.65 |
| Hex | E5 | 68 | B5 | 0 | 37 | 15 | A | 143 | 47 | 41 |
| Octal | 345 | 150 | 265 | 0 | 67 | 25 | 12 | 503 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10110101 | 0 | 110111 | 10101 | 1010 | 101000011 | 1000111 | 1000001 |
Color Harmonies of #E568B5
Complementary color
Monochromatic Colors of #E568B5
Black with #E568B5
Text Example
Text Example
White with #E568B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568B5; }
p { color: rgb(229,104,181); }
H1.HeaderClassName
{
color: #E568B5;
}
.AnyTagClassName
{
color: #E568B5;
}
</style>
background-color css
<style>
a { background-color: #E568B5; }
a { background-color: rgb(229,104,181); }
div.DivClassName
{
background-color: #E568B5;
}
.BgClassName
{
background-color: #E568B5;
}
</style>
border-color css
<style>
span { border-color: #E568B5; }
span { border-color: rgb(229,104,181); }
td.TdClassName
{
border-color: #E568B5;
}
.TagClassName
{
border-color: #E568B5;
}
</style>