Shades of Hot Pink #E565B7
Tints of Hot Pink #E565B7
RGB
CMYK
RGB Variations
Color information
#E565B7 (or 0xE565B7) is known color: Hot Pink. HEX triplet: E5, 65 and B7. RGB value is (229,101,183). Sum of RGB (Red+Green+Blue) = 229+101+183=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E565B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565B7 is #1A9A48. Grayscale: #949494. Windows color (decimal): -1743433 or 12019173. OLE color: 12019173.
HSL color Cylindrical-coordinate representation of color #E565B7: hue angle of 321.56º 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 #E565B7 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 183 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.10 |
| HSL | 321.56º | 0.71% | 0.65% | - |
| HSV(B) | 321.56º | 0.56% | 0.9% | - |
| XYZ | 45.51 | 29.38 | 48.07 | - |
| YUV | 148.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 183 | 0 | 0.56 | 0.20 | 0.10 | 321.56 | 0.71 | 0.65 |
| Hex | E5 | 65 | B7 | 0 | 38 | 14 | A | 142 | 47 | 41 |
| Octal | 345 | 145 | 267 | 0 | 70 | 24 | 12 | 502 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10110111 | 0 | 111000 | 10100 | 1010 | 101000010 | 1000111 | 1000001 |
Color Harmonies of #E565B7
Complementary color
Monochromatic Colors of #E565B7
Black with #E565B7
Text Example
Text Example
White with #E565B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565B7; }
p { color: rgb(229,101,183); }
H1.HeaderClassName
{
color: #E565B7;
}
.AnyTagClassName
{
color: #E565B7;
}
</style>
background-color css
<style>
a { background-color: #E565B7; }
a { background-color: rgb(229,101,183); }
div.DivClassName
{
background-color: #E565B7;
}
.BgClassName
{
background-color: #E565B7;
}
</style>
border-color css
<style>
span { border-color: #E565B7; }
span { border-color: rgb(229,101,183); }
td.TdClassName
{
border-color: #E565B7;
}
.TagClassName
{
border-color: #E565B7;
}
</style>