Shades of Hot Pink #E35AB4
Tints of Hot Pink #E35AB4
RGB
CMYK
RGB Variations
Color information
#E35AB4 (or 0xE35AB4) is known color: Hot Pink. HEX triplet: E3, 5A and B4. RGB value is (227,90,180). Sum of RGB (Red+Green+Blue) = 227+90+180=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35AB4 is #1CA54B. Grayscale: #8D8D8D. Windows color (decimal): -1877324 or 11819747. OLE color: 11819747.
HSL color Cylindrical-coordinate representation of color #E35AB4: hue angle of 320.58º 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 #E35AB4 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 180 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.11 |
| HSL | 320.58º | 0.71% | 0.62% | - |
| HSV(B) | 320.58º | 0.6% | 0.89% | - |
| XYZ | 43.57 | 26.94 | 46.08 | - |
| YUV | 141.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 180 | 0 | 0.60 | 0.21 | 0.11 | 320.58 | 0.71 | 0.62 |
| Hex | E3 | 5A | B4 | 0 | 3C | 15 | B | 141 | 47 | 3E |
| Octal | 343 | 132 | 264 | 0 | 74 | 25 | 13 | 501 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10110100 | 0 | 111100 | 10101 | 1011 | 101000001 | 1000111 | 111110 |
Color Harmonies of #E35AB4
Complementary color
Monochromatic Colors of #E35AB4
Black with #E35AB4
Text Example
Text Example
White with #E35AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35AB4; }
p { color: rgb(227,90,180); }
H1.HeaderClassName
{
color: #E35AB4;
}
.AnyTagClassName
{
color: #E35AB4;
}
</style>
background-color css
<style>
a { background-color: #E35AB4; }
a { background-color: rgb(227,90,180); }
div.DivClassName
{
background-color: #E35AB4;
}
.BgClassName
{
background-color: #E35AB4;
}
</style>
border-color css
<style>
span { border-color: #E35AB4; }
span { border-color: rgb(227,90,180); }
td.TdClassName
{
border-color: #E35AB4;
}
.TagClassName
{
border-color: #E35AB4;
}
</style>