Shades of Hot Pink #EB64B0
Tints of Hot Pink #EB64B0
RGB
CMYK
RGB Variations
Color information
#EB64B0 (or 0xEB64B0) is known color: Hot Pink. HEX triplet: EB, 64 and B0. RGB value is (235,100,176). Sum of RGB (Red+Green+Blue) = 235+100+176=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64B0 is #149B4F. Grayscale: #949494. Windows color (decimal): -1350480 or 11560171. OLE color: 11560171.
HSL color Cylindrical-coordinate representation of color #EB64B0: hue angle of 326.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64B0 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 176 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.08 |
| HSL | 326.22º | 0.77% | 0.66% | - |
| HSV(B) | 326.22º | 0.57% | 0.92% | - |
| XYZ | 46.65 | 29.91 | 44.39 | - |
| YUV | 149.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 176 | 0 | 0.57 | 0.25 | 0.08 | 326.22 | 0.77 | 0.66 |
| Hex | EB | 64 | B0 | 0 | 39 | 19 | 8 | 146 | 4D | 42 |
| Octal | 353 | 144 | 260 | 0 | 71 | 31 | 10 | 506 | 115 | 102 |
| Binary | 11101011 | 1100100 | 10110000 | 0 | 111001 | 11001 | 1000 | 101000110 | 1001101 | 1000010 |
Color Harmonies of #EB64B0
Complementary color
Monochromatic Colors of #EB64B0
Black with #EB64B0
Text Example
Text Example
White with #EB64B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB64B0; }
p { color: rgb(235,100,176); }
H1.HeaderClassName
{
color: #EB64B0;
}
.AnyTagClassName
{
color: #EB64B0;
}
</style>
background-color css
<style>
a { background-color: #EB64B0; }
a { background-color: rgb(235,100,176); }
div.DivClassName
{
background-color: #EB64B0;
}
.BgClassName
{
background-color: #EB64B0;
}
</style>
border-color css
<style>
span { border-color: #EB64B0; }
span { border-color: rgb(235,100,176); }
td.TdClassName
{
border-color: #EB64B0;
}
.TagClassName
{
border-color: #EB64B0;
}
</style>