Shades of Spicy Pink #E11BAF
Tints of Spicy Pink #E11BAF
RGB
CMYK
RGB Variations
Color information
#E11BAF (or 0xE11BAF) is known color: Spicy Pink. HEX triplet: E1, 1B and AF. RGB value is (225,27,175). Sum of RGB (Red+Green+Blue) = 225+27+175=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11BAF is #1EE450. Grayscale: #666666. Windows color (decimal): -2024529 or 11475937. OLE color: 11475937.
HSL color Cylindrical-coordinate representation of color #E11BAF: hue angle of 315.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BAF is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.12 |
| HSL | 315.15º | 0.79% | 0.49% | - |
| HSV(B) | 315.15º | 0.88% | 0.88% | - |
| XYZ | 39.18 | 19.89 | 42.33 | - |
| YUV | 103.07 | 168.6 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 175 | 0 | 0.88 | 0.22 | 0.12 | 315.15 | 0.79 | 0.49 |
| Hex | E1 | 1B | AF | 0 | 58 | 16 | C | 13B | 4F | 31 |
| Octal | 341 | 33 | 257 | 0 | 130 | 26 | 14 | 473 | 117 | 61 |
| Binary | 11100001 | 11011 | 10101111 | 0 | 1011000 | 10110 | 1100 | 100111011 | 1001111 | 110001 |
Color Harmonies of #E11BAF
Complementary color
Monochromatic Colors of #E11BAF
Black with #E11BAF
Text Example
Text Example
White with #E11BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BAF; }
p { color: rgb(225,27,175); }
H1.HeaderClassName
{
color: #E11BAF;
}
.AnyTagClassName
{
color: #E11BAF;
}
</style>
background-color css
<style>
a { background-color: #E11BAF; }
a { background-color: rgb(225,27,175); }
div.DivClassName
{
background-color: #E11BAF;
}
.BgClassName
{
background-color: #E11BAF;
}
</style>
border-color css
<style>
span { border-color: #E11BAF; }
span { border-color: rgb(225,27,175); }
td.TdClassName
{
border-color: #E11BAF;
}
.TagClassName
{
border-color: #E11BAF;
}
</style>