Shades of Hot Pink #EB6DB6
Tints of Hot Pink #EB6DB6
RGB
CMYK
RGB Variations
Color information
#EB6DB6 (or 0xEB6DB6) is known color: Hot Pink. HEX triplet: EB, 6D and B6. RGB value is (235,109,182). Sum of RGB (Red+Green+Blue) = 235+109+182=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DB6 is #149249. Grayscale: #9A9A9A. Windows color (decimal): -1348170 or 11955691. OLE color: 11955691.
HSL color Cylindrical-coordinate representation of color #EB6DB6: hue angle of 325.24º 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 #EB6DB6 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 182 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.08 |
| HSL | 325.24º | 0.76% | 0.67% | - |
| HSV(B) | 325.24º | 0.54% | 0.92% | - |
| XYZ | 48.17 | 31.98 | 47.89 | - |
| YUV | 155 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 182 | 0 | 0.54 | 0.23 | 0.08 | 325.24 | 0.76 | 0.67 |
| Hex | EB | 6D | B6 | 0 | 36 | 17 | 8 | 145 | 4C | 43 |
| Octal | 353 | 155 | 266 | 0 | 66 | 27 | 10 | 505 | 114 | 103 |
| Binary | 11101011 | 1101101 | 10110110 | 0 | 110110 | 10111 | 1000 | 101000101 | 1001100 | 1000011 |
Color Harmonies of #EB6DB6
Complementary color
Monochromatic Colors of #EB6DB6
Black with #EB6DB6
Text Example
Text Example
White with #EB6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6DB6; }
p { color: rgb(235,109,182); }
H1.HeaderClassName
{
color: #EB6DB6;
}
.AnyTagClassName
{
color: #EB6DB6;
}
</style>
background-color css
<style>
a { background-color: #EB6DB6; }
a { background-color: rgb(235,109,182); }
div.DivClassName
{
background-color: #EB6DB6;
}
.BgClassName
{
background-color: #EB6DB6;
}
</style>
border-color css
<style>
span { border-color: #EB6DB6; }
span { border-color: rgb(235,109,182); }
td.TdClassName
{
border-color: #EB6DB6;
}
.TagClassName
{
border-color: #EB6DB6;
}
</style>