Shades of Hot Pink #E35BAE
Tints of Hot Pink #E35BAE
RGB
CMYK
RGB Variations
Color information
#E35BAE (or 0xE35BAE) is known color: Hot Pink. HEX triplet: E3, 5B and AE. RGB value is (227,91,174). Sum of RGB (Red+Green+Blue) = 227+91+174=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35BAE is #1CA451. Grayscale: #8C8C8C. Windows color (decimal): -1877074 or 11426787. OLE color: 11426787.
HSL color Cylindrical-coordinate representation of color #E35BAE: hue angle of 323.38º 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 #E35BAE is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 174 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.11 |
| HSL | 323.38º | 0.71% | 0.62% | - |
| HSV(B) | 323.38º | 0.6% | 0.89% | - |
| XYZ | 43.06 | 26.87 | 42.96 | - |
| YUV | 141.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 174 | 0 | 0.60 | 0.23 | 0.11 | 323.38 | 0.71 | 0.62 |
| Hex | E3 | 5B | AE | 0 | 3C | 17 | B | 143 | 47 | 3E |
| Octal | 343 | 133 | 256 | 0 | 74 | 27 | 13 | 503 | 107 | 76 |
| Binary | 11100011 | 1011011 | 10101110 | 0 | 111100 | 10111 | 1011 | 101000011 | 1000111 | 111110 |
Color Harmonies of #E35BAE
Complementary color
Monochromatic Colors of #E35BAE
Black with #E35BAE
Text Example
Text Example
White with #E35BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BAE; }
p { color: rgb(227,91,174); }
H1.HeaderClassName
{
color: #E35BAE;
}
.AnyTagClassName
{
color: #E35BAE;
}
</style>
background-color css
<style>
a { background-color: #E35BAE; }
a { background-color: rgb(227,91,174); }
div.DivClassName
{
background-color: #E35BAE;
}
.BgClassName
{
background-color: #E35BAE;
}
</style>
border-color css
<style>
span { border-color: #E35BAE; }
span { border-color: rgb(227,91,174); }
td.TdClassName
{
border-color: #E35BAE;
}
.TagClassName
{
border-color: #E35BAE;
}
</style>