Shades of Hot Pink #E65DB4
Tints of Hot Pink #E65DB4
RGB
CMYK
RGB Variations
Color information
#E65DB4 (or 0xE65DB4) is known color: Hot Pink. HEX triplet: E6, 5D and B4. RGB value is (230,93,180). Sum of RGB (Red+Green+Blue) = 230+93+180=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DB4 is #19A24B. Grayscale: #8F8F8F. Windows color (decimal): -1679948 or 11820518. OLE color: 11820518.
HSL color Cylindrical-coordinate representation of color #E65DB4: hue angle of 321.9º 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 #E65DB4 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 180 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.10 |
| HSL | 321.9º | 0.73% | 0.63% | - |
| HSV(B) | 321.9º | 0.6% | 0.9% | - |
| XYZ | 44.79 | 27.95 | 46.21 | - |
| YUV | 143.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 180 | 0 | 0.60 | 0.22 | 0.10 | 321.9 | 0.73 | 0.63 |
| Hex | E6 | 5D | B4 | 0 | 3C | 16 | A | 142 | 49 | 3F |
| Octal | 346 | 135 | 264 | 0 | 74 | 26 | 12 | 502 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10110100 | 0 | 111100 | 10110 | 1010 | 101000010 | 1001001 | 111111 |
Color Harmonies of #E65DB4
Complementary color
Monochromatic Colors of #E65DB4
Black with #E65DB4
Text Example
Text Example
White with #E65DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB4; }
p { color: rgb(230,93,180); }
H1.HeaderClassName
{
color: #E65DB4;
}
.AnyTagClassName
{
color: #E65DB4;
}
</style>
background-color css
<style>
a { background-color: #E65DB4; }
a { background-color: rgb(230,93,180); }
div.DivClassName
{
background-color: #E65DB4;
}
.BgClassName
{
background-color: #E65DB4;
}
</style>
border-color css
<style>
span { border-color: #E65DB4; }
span { border-color: rgb(230,93,180); }
td.TdClassName
{
border-color: #E65DB4;
}
.TagClassName
{
border-color: #E65DB4;
}
</style>