Shades of Hot Pink #E65DB9
Tints of Hot Pink #E65DB9
RGB
CMYK
RGB Variations
Color information
#E65DB9 (or 0xE65DB9) is known color: Hot Pink. HEX triplet: E6, 5D and B9. RGB value is (230,93,185). Sum of RGB (Red+Green+Blue) = 230+93+185=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DB9 is #19A246. Grayscale: #909090. Windows color (decimal): -1679943 or 12148198. OLE color: 12148198.
HSL color Cylindrical-coordinate representation of color #E65DB9: hue angle of 319.71º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DB9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 185 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.10 |
| HSL | 319.71º | 0.73% | 0.63% | - |
| HSV(B) | 319.71º | 0.6% | 0.9% | - |
| XYZ | 45.3 | 28.15 | 48.95 | - |
| YUV | 144.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 185 | 0 | 0.60 | 0.20 | 0.10 | 319.71 | 0.73 | 0.63 |
| Hex | E6 | 5D | B9 | 0 | 3C | 14 | A | 140 | 49 | 3F |
| Octal | 346 | 135 | 271 | 0 | 74 | 24 | 12 | 500 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10111001 | 0 | 111100 | 10100 | 1010 | 101000000 | 1001001 | 111111 |
Color Harmonies of #E65DB9
Complementary color
Monochromatic Colors of #E65DB9
Black with #E65DB9
Text Example
Text Example
White with #E65DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB9; }
p { color: rgb(230,93,185); }
H1.HeaderClassName
{
color: #E65DB9;
}
.AnyTagClassName
{
color: #E65DB9;
}
</style>
background-color css
<style>
a { background-color: #E65DB9; }
a { background-color: rgb(230,93,185); }
div.DivClassName
{
background-color: #E65DB9;
}
.BgClassName
{
background-color: #E65DB9;
}
</style>
border-color css
<style>
span { border-color: #E65DB9; }
span { border-color: rgb(230,93,185); }
td.TdClassName
{
border-color: #E65DB9;
}
.TagClassName
{
border-color: #E65DB9;
}
</style>