Shades of Hot Pink #E75DAE
Tints of Hot Pink #E75DAE
RGB
CMYK
RGB Variations
Color information
#E75DAE (or 0xE75DAE) is known color: Hot Pink. HEX triplet: E7, 5D and AE. RGB value is (231,93,174). Sum of RGB (Red+Green+Blue) = 231+93+174=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75DAE is #18A251. Grayscale: #8F8F8F. Windows color (decimal): -1614418 or 11427303. OLE color: 11427303.
HSL color Cylindrical-coordinate representation of color #E75DAE: hue angle of 324.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DAE is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 174 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.09 |
| HSL | 324.78º | 0.74% | 0.64% | - |
| HSV(B) | 324.78º | 0.6% | 0.91% | - |
| XYZ | 44.51 | 27.87 | 43.08 | - |
| YUV | 143.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 174 | 0 | 0.60 | 0.25 | 0.09 | 324.78 | 0.74 | 0.64 |
| Hex | E7 | 5D | AE | 0 | 3C | 19 | 9 | 145 | 4A | 40 |
| Octal | 347 | 135 | 256 | 0 | 74 | 31 | 11 | 505 | 112 | 100 |
| Binary | 11100111 | 1011101 | 10101110 | 0 | 111100 | 11001 | 1001 | 101000101 | 1001010 | 1000000 |
Color Harmonies of #E75DAE
Complementary color
Monochromatic Colors of #E75DAE
Black with #E75DAE
Text Example
Text Example
White with #E75DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DAE; }
p { color: rgb(231,93,174); }
H1.HeaderClassName
{
color: #E75DAE;
}
.AnyTagClassName
{
color: #E75DAE;
}
</style>
background-color css
<style>
a { background-color: #E75DAE; }
a { background-color: rgb(231,93,174); }
div.DivClassName
{
background-color: #E75DAE;
}
.BgClassName
{
background-color: #E75DAE;
}
</style>
border-color css
<style>
span { border-color: #E75DAE; }
span { border-color: rgb(231,93,174); }
td.TdClassName
{
border-color: #E75DAE;
}
.TagClassName
{
border-color: #E75DAE;
}
</style>