Shades of Hot Pink #E35DAF
Tints of Hot Pink #E35DAF
RGB
CMYK
RGB Variations
Color information
#E35DAF (or 0xE35DAF) is known color: Hot Pink. HEX triplet: E3, 5D and AF. RGB value is (227,93,175). Sum of RGB (Red+Green+Blue) = 227+93+175=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DAF is #1CA250. Grayscale: #8E8E8E. Windows color (decimal): -1876561 or 11492835. OLE color: 11492835.
HSL color Cylindrical-coordinate representation of color #E35DAF: hue angle of 323.28º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DAF is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 175 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.11 |
| HSL | 323.28º | 0.71% | 0.63% | - |
| HSV(B) | 323.28º | 0.59% | 0.89% | - |
| XYZ | 43.33 | 27.25 | 43.53 | - |
| YUV | 142.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 175 | 0 | 0.59 | 0.23 | 0.11 | 323.28 | 0.71 | 0.63 |
| Hex | E3 | 5D | AF | 0 | 3B | 17 | B | 143 | 47 | 3F |
| Octal | 343 | 135 | 257 | 0 | 73 | 27 | 13 | 503 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10101111 | 0 | 111011 | 10111 | 1011 | 101000011 | 1000111 | 111111 |
Color Harmonies of #E35DAF
Complementary color
Monochromatic Colors of #E35DAF
Black with #E35DAF
Text Example
Text Example
White with #E35DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DAF; }
p { color: rgb(227,93,175); }
H1.HeaderClassName
{
color: #E35DAF;
}
.AnyTagClassName
{
color: #E35DAF;
}
</style>
background-color css
<style>
a { background-color: #E35DAF; }
a { background-color: rgb(227,93,175); }
div.DivClassName
{
background-color: #E35DAF;
}
.BgClassName
{
background-color: #E35DAF;
}
</style>
border-color css
<style>
span { border-color: #E35DAF; }
span { border-color: rgb(227,93,175); }
td.TdClassName
{
border-color: #E35DAF;
}
.TagClassName
{
border-color: #E35DAF;
}
</style>