Shades of Hot Pink #EB6DB8
Tints of Hot Pink #EB6DB8
RGB
CMYK
RGB Variations
Color information
#EB6DB8 (or 0xEB6DB8) is known color: Hot Pink. HEX triplet: EB, 6D and B8. RGB value is (235,109,184). Sum of RGB (Red+Green+Blue) = 235+109+184=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DB8 is #149247. Grayscale: #9B9B9B. Windows color (decimal): -1348168 or 12086763. OLE color: 12086763.
HSL color Cylindrical-coordinate representation of color #EB6DB8: hue angle of 324.29º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6DB8 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 184 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.08 |
| HSL | 324.29º | 0.76% | 0.67% | - |
| HSV(B) | 324.29º | 0.54% | 0.92% | - |
| XYZ | 48.38 | 32.06 | 48.99 | - |
| YUV | 155.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 184 | 0 | 0.54 | 0.22 | 0.08 | 324.29 | 0.76 | 0.67 |
| Hex | EB | 6D | B8 | 0 | 36 | 16 | 8 | 144 | 4C | 43 |
| Octal | 353 | 155 | 270 | 0 | 66 | 26 | 10 | 504 | 114 | 103 |
| Binary | 11101011 | 1101101 | 10111000 | 0 | 110110 | 10110 | 1000 | 101000100 | 1001100 | 1000011 |
Color Harmonies of #EB6DB8
Complementary color
Monochromatic Colors of #EB6DB8
Black with #EB6DB8
Text Example
Text Example
White with #EB6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6DB8; }
p { color: rgb(235,109,184); }
H1.HeaderClassName
{
color: #EB6DB8;
}
.AnyTagClassName
{
color: #EB6DB8;
}
</style>
background-color css
<style>
a { background-color: #EB6DB8; }
a { background-color: rgb(235,109,184); }
div.DivClassName
{
background-color: #EB6DB8;
}
.BgClassName
{
background-color: #EB6DB8;
}
</style>
border-color css
<style>
span { border-color: #EB6DB8; }
span { border-color: rgb(235,109,184); }
td.TdClassName
{
border-color: #EB6DB8;
}
.TagClassName
{
border-color: #EB6DB8;
}
</style>