Shades of Hot Pink #E35AB0
Tints of Hot Pink #E35AB0
RGB
CMYK
RGB Variations
Color information
#E35AB0 (or 0xE35AB0) is known color: Hot Pink. HEX triplet: E3, 5A and B0. RGB value is (227,90,176). Sum of RGB (Red+Green+Blue) = 227+90+176=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35AB0 is #1CA54F. Grayscale: #8C8C8C. Windows color (decimal): -1877328 or 11557603. OLE color: 11557603.
HSL color Cylindrical-coordinate representation of color #E35AB0: hue angle of 322.34º 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 #E35AB0 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 176 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.11 |
| HSL | 322.34º | 0.71% | 0.62% | - |
| HSV(B) | 322.34º | 0.6% | 0.89% | - |
| XYZ | 43.17 | 26.78 | 43.97 | - |
| YUV | 140.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 176 | 0 | 0.60 | 0.22 | 0.11 | 322.34 | 0.71 | 0.62 |
| Hex | E3 | 5A | B0 | 0 | 3C | 16 | B | 142 | 47 | 3E |
| Octal | 343 | 132 | 260 | 0 | 74 | 26 | 13 | 502 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10110000 | 0 | 111100 | 10110 | 1011 | 101000010 | 1000111 | 111110 |
Color Harmonies of #E35AB0
Complementary color
Monochromatic Colors of #E35AB0
Black with #E35AB0
Text Example
Text Example
White with #E35AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35AB0; }
p { color: rgb(227,90,176); }
H1.HeaderClassName
{
color: #E35AB0;
}
.AnyTagClassName
{
color: #E35AB0;
}
</style>
background-color css
<style>
a { background-color: #E35AB0; }
a { background-color: rgb(227,90,176); }
div.DivClassName
{
background-color: #E35AB0;
}
.BgClassName
{
background-color: #E35AB0;
}
</style>
border-color css
<style>
span { border-color: #E35AB0; }
span { border-color: rgb(227,90,176); }
td.TdClassName
{
border-color: #E35AB0;
}
.TagClassName
{
border-color: #E35AB0;
}
</style>