Shades of Hot Pink #EB5DB8
Tints of Hot Pink #EB5DB8
RGB
CMYK
RGB Variations
Color information
#EB5DB8 (or 0xEB5DB8) is known color: Hot Pink. HEX triplet: EB, 5D and B8. RGB value is (235,93,184). Sum of RGB (Red+Green+Blue) = 235+93+184=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DB8 is #14A247. Grayscale: #919191. Windows color (decimal): -1352264 or 12082667. OLE color: 12082667.
HSL color Cylindrical-coordinate representation of color #EB5DB8: hue angle of 321.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5DB8 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 184 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.08 |
| HSL | 321.55º | 0.78% | 0.64% | - |
| HSV(B) | 321.55º | 0.6% | 0.92% | - |
| XYZ | 46.83 | 28.95 | 48.47 | - |
| YUV | 145.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 184 | 0 | 0.60 | 0.22 | 0.08 | 321.55 | 0.78 | 0.64 |
| Hex | EB | 5D | B8 | 0 | 3C | 16 | 8 | 142 | 4E | 40 |
| Octal | 353 | 135 | 270 | 0 | 74 | 26 | 10 | 502 | 116 | 100 |
| Binary | 11101011 | 1011101 | 10111000 | 0 | 111100 | 10110 | 1000 | 101000010 | 1001110 | 1000000 |
Color Harmonies of #EB5DB8
Complementary color
Monochromatic Colors of #EB5DB8
Black with #EB5DB8
Text Example
Text Example
White with #EB5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5DB8; }
p { color: rgb(235,93,184); }
H1.HeaderClassName
{
color: #EB5DB8;
}
.AnyTagClassName
{
color: #EB5DB8;
}
</style>
background-color css
<style>
a { background-color: #EB5DB8; }
a { background-color: rgb(235,93,184); }
div.DivClassName
{
background-color: #EB5DB8;
}
.BgClassName
{
background-color: #EB5DB8;
}
</style>
border-color css
<style>
span { border-color: #EB5DB8; }
span { border-color: rgb(235,93,184); }
td.TdClassName
{
border-color: #EB5DB8;
}
.TagClassName
{
border-color: #EB5DB8;
}
</style>