Shades of Hot Pink #E65DB1
Tints of Hot Pink #E65DB1
RGB
CMYK
RGB Variations
Color information
#E65DB1 (or 0xE65DB1) is known color: Hot Pink. HEX triplet: E6, 5D and B1. RGB value is (230,93,177). Sum of RGB (Red+Green+Blue) = 230+93+177=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DB1 is #19A24E. Grayscale: #8F8F8F. Windows color (decimal): -1679951 or 11623910. OLE color: 11623910.
HSL color Cylindrical-coordinate representation of color #E65DB1: hue angle of 323.21º 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 #E65DB1 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 177 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.10 |
| HSL | 323.21º | 0.73% | 0.63% | - |
| HSV(B) | 323.21º | 0.6% | 0.9% | - |
| XYZ | 44.48 | 27.83 | 44.62 | - |
| YUV | 143.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 177 | 0 | 0.60 | 0.23 | 0.10 | 323.21 | 0.73 | 0.63 |
| Hex | E6 | 5D | B1 | 0 | 3C | 17 | A | 143 | 49 | 3F |
| Octal | 346 | 135 | 261 | 0 | 74 | 27 | 12 | 503 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10110001 | 0 | 111100 | 10111 | 1010 | 101000011 | 1001001 | 111111 |
Color Harmonies of #E65DB1
Complementary color
Monochromatic Colors of #E65DB1
Black with #E65DB1
Text Example
Text Example
White with #E65DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB1; }
p { color: rgb(230,93,177); }
H1.HeaderClassName
{
color: #E65DB1;
}
.AnyTagClassName
{
color: #E65DB1;
}
</style>
background-color css
<style>
a { background-color: #E65DB1; }
a { background-color: rgb(230,93,177); }
div.DivClassName
{
background-color: #E65DB1;
}
.BgClassName
{
background-color: #E65DB1;
}
</style>
border-color css
<style>
span { border-color: #E65DB1; }
span { border-color: rgb(230,93,177); }
td.TdClassName
{
border-color: #E65DB1;
}
.TagClassName
{
border-color: #E65DB1;
}
</style>