Shades of Hot Pink #E65DAF
Tints of Hot Pink #E65DAF
RGB
CMYK
RGB Variations
Color information
#E65DAF (or 0xE65DAF) is known color: Hot Pink. HEX triplet: E6, 5D and AF. RGB value is (230,93,175). Sum of RGB (Red+Green+Blue) = 230+93+175=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DAF is #19A250. Grayscale: #8F8F8F. Windows color (decimal): -1679953 or 11492838. OLE color: 11492838.
HSL color Cylindrical-coordinate representation of color #E65DAF: hue angle of 324.09º 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 #E65DAF is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 175 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.10 |
| HSL | 324.09º | 0.73% | 0.63% | - |
| HSV(B) | 324.09º | 0.6% | 0.9% | - |
| XYZ | 44.29 | 27.75 | 43.58 | - |
| YUV | 143.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 175 | 0 | 0.60 | 0.24 | 0.10 | 324.09 | 0.73 | 0.63 |
| Hex | E6 | 5D | AF | 0 | 3C | 18 | A | 144 | 49 | 3F |
| Octal | 346 | 135 | 257 | 0 | 74 | 30 | 12 | 504 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10101111 | 0 | 111100 | 11000 | 1010 | 101000100 | 1001001 | 111111 |
Color Harmonies of #E65DAF
Complementary color
Monochromatic Colors of #E65DAF
Black with #E65DAF
Text Example
Text Example
White with #E65DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DAF; }
p { color: rgb(230,93,175); }
H1.HeaderClassName
{
color: #E65DAF;
}
.AnyTagClassName
{
color: #E65DAF;
}
</style>
background-color css
<style>
a { background-color: #E65DAF; }
a { background-color: rgb(230,93,175); }
div.DivClassName
{
background-color: #E65DAF;
}
.BgClassName
{
background-color: #E65DAF;
}
</style>
border-color css
<style>
span { border-color: #E65DAF; }
span { border-color: rgb(230,93,175); }
td.TdClassName
{
border-color: #E65DAF;
}
.TagClassName
{
border-color: #E65DAF;
}
</style>