Shades of Hot Pink #E65DB8
Tints of Hot Pink #E65DB8
RGB
CMYK
RGB Variations
Color information
#E65DB8 (or 0xE65DB8) is known color: Hot Pink. HEX triplet: E6, 5D and B8. RGB value is (230,93,184). Sum of RGB (Red+Green+Blue) = 230+93+184=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DB8 is #19A247. Grayscale: #909090. Windows color (decimal): -1679944 or 12082662. OLE color: 12082662.
HSL color Cylindrical-coordinate representation of color #E65DB8: hue angle of 320.15º 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 #E65DB8 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 184 | - |
| CMYK | 0 | 0.60 | 0.2 | 0.10 |
| HSL | 320.15º | 0.73% | 0.63% | - |
| HSV(B) | 320.15º | 0.6% | 0.9% | - |
| XYZ | 45.2 | 28.11 | 48.39 | - |
| YUV | 144.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 184 | 0 | 0.60 | 0.2 | 0.10 | 320.15 | 0.73 | 0.63 |
| Hex | E6 | 5D | B8 | 0 | 3C | 14 | A | 140 | 49 | 3F |
| Octal | 346 | 135 | 270 | 0 | 74 | 24 | 12 | 500 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10111000 | 0 | 111100 | 10100 | 1010 | 101000000 | 1001001 | 111111 |
Color Harmonies of #E65DB8
Complementary color
Monochromatic Colors of #E65DB8
Black with #E65DB8
Text Example
Text Example
White with #E65DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB8; }
p { color: rgb(230,93,184); }
H1.HeaderClassName
{
color: #E65DB8;
}
.AnyTagClassName
{
color: #E65DB8;
}
</style>
background-color css
<style>
a { background-color: #E65DB8; }
a { background-color: rgb(230,93,184); }
div.DivClassName
{
background-color: #E65DB8;
}
.BgClassName
{
background-color: #E65DB8;
}
</style>
border-color css
<style>
span { border-color: #E65DB8; }
span { border-color: rgb(230,93,184); }
td.TdClassName
{
border-color: #E65DB8;
}
.TagClassName
{
border-color: #E65DB8;
}
</style>