Shades of Hot Pink #EB5DB1
Tints of Hot Pink #EB5DB1
RGB
CMYK
RGB Variations
Color information
#EB5DB1 (or 0xEB5DB1) is known color: Hot Pink. HEX triplet: EB, 5D and B1. RGB value is (235,93,177). Sum of RGB (Red+Green+Blue) = 235+93+177=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DB1 is #14A24E. Grayscale: #909090. Windows color (decimal): -1352271 or 11623915. OLE color: 11623915.
HSL color Cylindrical-coordinate representation of color #EB5DB1: hue angle of 324.51º 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 #EB5DB1 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 177 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.08 |
| HSL | 324.51º | 0.78% | 0.64% | - |
| HSV(B) | 324.51º | 0.6% | 0.92% | - |
| XYZ | 46.11 | 28.67 | 44.7 | - |
| YUV | 145.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 177 | 0 | 0.60 | 0.25 | 0.08 | 324.51 | 0.78 | 0.64 |
| Hex | EB | 5D | B1 | 0 | 3C | 19 | 8 | 145 | 4E | 40 |
| Octal | 353 | 135 | 261 | 0 | 74 | 31 | 10 | 505 | 116 | 100 |
| Binary | 11101011 | 1011101 | 10110001 | 0 | 111100 | 11001 | 1000 | 101000101 | 1001110 | 1000000 |
Color Harmonies of #EB5DB1
Complementary color
Monochromatic Colors of #EB5DB1
Black with #EB5DB1
Text Example
Text Example
White with #EB5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5DB1; }
p { color: rgb(235,93,177); }
H1.HeaderClassName
{
color: #EB5DB1;
}
.AnyTagClassName
{
color: #EB5DB1;
}
</style>
background-color css
<style>
a { background-color: #EB5DB1; }
a { background-color: rgb(235,93,177); }
div.DivClassName
{
background-color: #EB5DB1;
}
.BgClassName
{
background-color: #EB5DB1;
}
</style>
border-color css
<style>
span { border-color: #EB5DB1; }
span { border-color: rgb(235,93,177); }
td.TdClassName
{
border-color: #EB5DB1;
}
.TagClassName
{
border-color: #EB5DB1;
}
</style>