Shades of Hot Pink #E35BAF
Tints of Hot Pink #E35BAF
RGB
CMYK
RGB Variations
Color information
#E35BAF (or 0xE35BAF) is known color: Hot Pink. HEX triplet: E3, 5B and AF. RGB value is (227,91,175). Sum of RGB (Red+Green+Blue) = 227+91+175=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35BAF is #1CA450. Grayscale: #8D8D8D. Windows color (decimal): -1877073 or 11492323. OLE color: 11492323.
HSL color Cylindrical-coordinate representation of color #E35BAF: hue angle of 322.94º 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 #E35BAF is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 175 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.11 |
| HSL | 322.94º | 0.71% | 0.62% | - |
| HSV(B) | 322.94º | 0.6% | 0.89% | - |
| XYZ | 43.16 | 26.91 | 43.48 | - |
| YUV | 141.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 175 | 0 | 0.60 | 0.23 | 0.11 | 322.94 | 0.71 | 0.62 |
| Hex | E3 | 5B | AF | 0 | 3C | 17 | B | 143 | 47 | 3E |
| Octal | 343 | 133 | 257 | 0 | 74 | 27 | 13 | 503 | 107 | 76 |
| Binary | 11100011 | 1011011 | 10101111 | 0 | 111100 | 10111 | 1011 | 101000011 | 1000111 | 111110 |
Color Harmonies of #E35BAF
Complementary color
Monochromatic Colors of #E35BAF
Black with #E35BAF
Text Example
Text Example
White with #E35BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BAF; }
p { color: rgb(227,91,175); }
H1.HeaderClassName
{
color: #E35BAF;
}
.AnyTagClassName
{
color: #E35BAF;
}
</style>
background-color css
<style>
a { background-color: #E35BAF; }
a { background-color: rgb(227,91,175); }
div.DivClassName
{
background-color: #E35BAF;
}
.BgClassName
{
background-color: #E35BAF;
}
</style>
border-color css
<style>
span { border-color: #E35BAF; }
span { border-color: rgb(227,91,175); }
td.TdClassName
{
border-color: #E35BAF;
}
.TagClassName
{
border-color: #E35BAF;
}
</style>