Shades of Hot Pink #E65DB5
Tints of Hot Pink #E65DB5
RGB
CMYK
RGB Variations
Color information
#E65DB5 (or 0xE65DB5) is known color: Hot Pink. HEX triplet: E6, 5D and B5. RGB value is (230,93,181). Sum of RGB (Red+Green+Blue) = 230+93+181=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DB5 is #19A24A. Grayscale: #8F8F8F. Windows color (decimal): -1679947 or 11886054. OLE color: 11886054.
HSL color Cylindrical-coordinate representation of color #E65DB5: hue angle of 321.46º 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 #E65DB5 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 181 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.10 |
| HSL | 321.46º | 0.73% | 0.63% | - |
| HSV(B) | 321.46º | 0.6% | 0.9% | - |
| XYZ | 44.89 | 27.99 | 46.75 | - |
| YUV | 144 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 181 | 0 | 0.60 | 0.21 | 0.10 | 321.46 | 0.73 | 0.63 |
| Hex | E6 | 5D | B5 | 0 | 3C | 15 | A | 141 | 49 | 3F |
| Octal | 346 | 135 | 265 | 0 | 74 | 25 | 12 | 501 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10110101 | 0 | 111100 | 10101 | 1010 | 101000001 | 1001001 | 111111 |
Color Harmonies of #E65DB5
Complementary color
Monochromatic Colors of #E65DB5
Black with #E65DB5
Text Example
Text Example
White with #E65DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB5; }
p { color: rgb(230,93,181); }
H1.HeaderClassName
{
color: #E65DB5;
}
.AnyTagClassName
{
color: #E65DB5;
}
</style>
background-color css
<style>
a { background-color: #E65DB5; }
a { background-color: rgb(230,93,181); }
div.DivClassName
{
background-color: #E65DB5;
}
.BgClassName
{
background-color: #E65DB5;
}
</style>
border-color css
<style>
span { border-color: #E65DB5; }
span { border-color: rgb(230,93,181); }
td.TdClassName
{
border-color: #E65DB5;
}
.TagClassName
{
border-color: #E65DB5;
}
</style>