Shades of Hot Pink #E65DB2
Tints of Hot Pink #E65DB2
RGB
CMYK
RGB Variations
Color information
#E65DB2 (or 0xE65DB2) is known color: Hot Pink. HEX triplet: E6, 5D and B2. RGB value is (230,93,178). Sum of RGB (Red+Green+Blue) = 230+93+178=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DB2 is #19A24D. Grayscale: #8F8F8F. Windows color (decimal): -1679950 or 11689446. OLE color: 11689446.
HSL color Cylindrical-coordinate representation of color #E65DB2: hue angle of 322.77º 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 #E65DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 178 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.10 |
| HSL | 322.77º | 0.73% | 0.63% | - |
| HSV(B) | 322.77º | 0.6% | 0.9% | - |
| XYZ | 44.58 | 27.87 | 45.15 | - |
| YUV | 143.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 178 | 0 | 0.60 | 0.23 | 0.10 | 322.77 | 0.73 | 0.63 |
| Hex | E6 | 5D | B2 | 0 | 3C | 17 | A | 143 | 49 | 3F |
| Octal | 346 | 135 | 262 | 0 | 74 | 27 | 12 | 503 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10110010 | 0 | 111100 | 10111 | 1010 | 101000011 | 1001001 | 111111 |
Color Harmonies of #E65DB2
Complementary color
Monochromatic Colors of #E65DB2
Black with #E65DB2
Text Example
Text Example
White with #E65DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB2; }
p { color: rgb(230,93,178); }
H1.HeaderClassName
{
color: #E65DB2;
}
.AnyTagClassName
{
color: #E65DB2;
}
</style>
background-color css
<style>
a { background-color: #E65DB2; }
a { background-color: rgb(230,93,178); }
div.DivClassName
{
background-color: #E65DB2;
}
.BgClassName
{
background-color: #E65DB2;
}
</style>
border-color css
<style>
span { border-color: #E65DB2; }
span { border-color: rgb(230,93,178); }
td.TdClassName
{
border-color: #E65DB2;
}
.TagClassName
{
border-color: #E65DB2;
}
</style>