Shades of Hot Pink #E567BA
Tints of Hot Pink #E567BA
RGB
CMYK
RGB Variations
Color information
#E567BA (or 0xE567BA) is known color: Hot Pink. HEX triplet: E5, 67 and BA. RGB value is (229,103,186). Sum of RGB (Red+Green+Blue) = 229+103+186=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E567BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E567BA is #1A9845. Grayscale: #959595. Windows color (decimal): -1742918 or 12216293. OLE color: 12216293.
HSL color Cylindrical-coordinate representation of color #E567BA: hue angle of 320.48º 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 #E567BA is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 186 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.10 |
| HSL | 320.48º | 0.71% | 0.65% | - |
| HSV(B) | 320.48º | 0.55% | 0.9% | - |
| XYZ | 46.03 | 29.9 | 49.8 | - |
| YUV | 150.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 186 | 0 | 0.55 | 0.19 | 0.10 | 320.48 | 0.71 | 0.65 |
| Hex | E5 | 67 | BA | 0 | 37 | 13 | A | 140 | 47 | 41 |
| Octal | 345 | 147 | 272 | 0 | 67 | 23 | 12 | 500 | 107 | 101 |
| Binary | 11100101 | 1100111 | 10111010 | 0 | 110111 | 10011 | 1010 | 101000000 | 1000111 | 1000001 |
Color Harmonies of #E567BA
Complementary color
Monochromatic Colors of #E567BA
Black with #E567BA
Text Example
Text Example
White with #E567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E567BA; }
p { color: rgb(229,103,186); }
H1.HeaderClassName
{
color: #E567BA;
}
.AnyTagClassName
{
color: #E567BA;
}
</style>
background-color css
<style>
a { background-color: #E567BA; }
a { background-color: rgb(229,103,186); }
div.DivClassName
{
background-color: #E567BA;
}
.BgClassName
{
background-color: #E567BA;
}
</style>
border-color css
<style>
span { border-color: #E567BA; }
span { border-color: rgb(229,103,186); }
td.TdClassName
{
border-color: #E567BA;
}
.TagClassName
{
border-color: #E567BA;
}
</style>