Shades of Hot Pink #E565B0
Tints of Hot Pink #E565B0
RGB
CMYK
RGB Variations
Color information
#E565B0 (or 0xE565B0) is known color: Hot Pink. HEX triplet: E5, 65 and B0. RGB value is (229,101,176). Sum of RGB (Red+Green+Blue) = 229+101+176=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E565B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E565B0 is #1A9A4F. Grayscale: #939393. Windows color (decimal): -1743440 or 11560421. OLE color: 11560421.
HSL color Cylindrical-coordinate representation of color #E565B0: hue angle of 324.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565B0 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 176 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.10 |
| HSL | 324.84º | 0.71% | 0.65% | - |
| HSV(B) | 324.84º | 0.56% | 0.9% | - |
| XYZ | 44.8 | 29.1 | 44.33 | - |
| YUV | 147.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 176 | 0 | 0.56 | 0.23 | 0.10 | 324.84 | 0.71 | 0.65 |
| Hex | E5 | 65 | B0 | 0 | 38 | 17 | A | 145 | 47 | 41 |
| Octal | 345 | 145 | 260 | 0 | 70 | 27 | 12 | 505 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10110000 | 0 | 111000 | 10111 | 1010 | 101000101 | 1000111 | 1000001 |
Color Harmonies of #E565B0
Complementary color
Monochromatic Colors of #E565B0
Black with #E565B0
Text Example
Text Example
White with #E565B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565B0; }
p { color: rgb(229,101,176); }
H1.HeaderClassName
{
color: #E565B0;
}
.AnyTagClassName
{
color: #E565B0;
}
</style>
background-color css
<style>
a { background-color: #E565B0; }
a { background-color: rgb(229,101,176); }
div.DivClassName
{
background-color: #E565B0;
}
.BgClassName
{
background-color: #E565B0;
}
</style>
border-color css
<style>
span { border-color: #E565B0; }
span { border-color: rgb(229,101,176); }
td.TdClassName
{
border-color: #E565B0;
}
.TagClassName
{
border-color: #E565B0;
}
</style>