Shades of Hot Pink #E65DB3
Tints of Hot Pink #E65DB3
RGB
CMYK
RGB Variations
Color information
#E65DB3 (or 0xE65DB3) is known color: Hot Pink. HEX triplet: E6, 5D and B3. RGB value is (230,93,179). Sum of RGB (Red+Green+Blue) = 230+93+179=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DB3 is #19A24C. Grayscale: #8F8F8F. Windows color (decimal): -1679949 or 11754982. OLE color: 11754982.
HSL color Cylindrical-coordinate representation of color #E65DB3: hue angle of 322.34º 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 #E65DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 179 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.10 |
| HSL | 322.34º | 0.73% | 0.63% | - |
| HSV(B) | 322.34º | 0.6% | 0.9% | - |
| XYZ | 44.68 | 27.91 | 45.68 | - |
| YUV | 143.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 179 | 0 | 0.60 | 0.22 | 0.10 | 322.34 | 0.73 | 0.63 |
| Hex | E6 | 5D | B3 | 0 | 3C | 16 | A | 142 | 49 | 3F |
| Octal | 346 | 135 | 263 | 0 | 74 | 26 | 12 | 502 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10110011 | 0 | 111100 | 10110 | 1010 | 101000010 | 1001001 | 111111 |
Color Harmonies of #E65DB3
Complementary color
Monochromatic Colors of #E65DB3
Black with #E65DB3
Text Example
Text Example
White with #E65DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DB3; }
p { color: rgb(230,93,179); }
H1.HeaderClassName
{
color: #E65DB3;
}
.AnyTagClassName
{
color: #E65DB3;
}
</style>
background-color css
<style>
a { background-color: #E65DB3; }
a { background-color: rgb(230,93,179); }
div.DivClassName
{
background-color: #E65DB3;
}
.BgClassName
{
background-color: #E65DB3;
}
</style>
border-color css
<style>
span { border-color: #E65DB3; }
span { border-color: rgb(230,93,179); }
td.TdClassName
{
border-color: #E65DB3;
}
.TagClassName
{
border-color: #E65DB3;
}
</style>