Shades of Hot Pink #E35AB9
Tints of Hot Pink #E35AB9
RGB
CMYK
RGB Variations
Color information
#E35AB9 (or 0xE35AB9) is known color: Hot Pink. HEX triplet: E3, 5A and B9. RGB value is (227,90,185). Sum of RGB (Red+Green+Blue) = 227+90+185=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35AB9 is #1CA546. Grayscale: #8D8D8D. Windows color (decimal): -1877319 or 12147427. OLE color: 12147427.
HSL color Cylindrical-coordinate representation of color #E35AB9: hue angle of 318.39º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35AB9 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 185 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.11 |
| HSL | 318.39º | 0.71% | 0.62% | - |
| HSV(B) | 318.39º | 0.6% | 0.89% | - |
| XYZ | 44.09 | 27.15 | 48.81 | - |
| YUV | 141.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 185 | 0 | 0.60 | 0.19 | 0.11 | 318.39 | 0.71 | 0.62 |
| Hex | E3 | 5A | B9 | 0 | 3C | 13 | B | 13E | 47 | 3E |
| Octal | 343 | 132 | 271 | 0 | 74 | 23 | 13 | 476 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10111001 | 0 | 111100 | 10011 | 1011 | 100111110 | 1000111 | 111110 |
Color Harmonies of #E35AB9
Complementary color
Monochromatic Colors of #E35AB9
Black with #E35AB9
Text Example
Text Example
White with #E35AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35AB9; }
p { color: rgb(227,90,185); }
H1.HeaderClassName
{
color: #E35AB9;
}
.AnyTagClassName
{
color: #E35AB9;
}
</style>
background-color css
<style>
a { background-color: #E35AB9; }
a { background-color: rgb(227,90,185); }
div.DivClassName
{
background-color: #E35AB9;
}
.BgClassName
{
background-color: #E35AB9;
}
</style>
border-color css
<style>
span { border-color: #E35AB9; }
span { border-color: rgb(227,90,185); }
td.TdClassName
{
border-color: #E35AB9;
}
.TagClassName
{
border-color: #E35AB9;
}
</style>