Shades of Spicy Pink #E823BA
Tints of Spicy Pink #E823BA
RGB
CMYK
RGB Variations
Color information
#E823BA (or 0xE823BA) is known color: Spicy Pink. HEX triplet: E8, 23 and BA. RGB value is (232,35,186). Sum of RGB (Red+Green+Blue) = 232+35+186=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E823BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E823BA is #17DC45. Grayscale: #6E6E6E. Windows color (decimal): -1563718 or 12198888. OLE color: 12198888.
HSL color Cylindrical-coordinate representation of color #E823BA: hue angle of 314.01º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E823BA is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 186 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.09 |
| HSL | 314.01º | 0.81% | 0.52% | - |
| HSV(B) | 314.01º | 0.85% | 0.91% | - |
| XYZ | 42.74 | 21.9 | 48.43 | - |
| YUV | 111.12 | 170.27 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 186 | 0 | 0.85 | 0.20 | 0.09 | 314.01 | 0.81 | 0.52 |
| Hex | E8 | 23 | BA | 0 | 55 | 14 | 9 | 13A | 51 | 34 |
| Octal | 350 | 43 | 272 | 0 | 125 | 24 | 11 | 472 | 121 | 64 |
| Binary | 11101000 | 100011 | 10111010 | 0 | 1010101 | 10100 | 1001 | 100111010 | 1010001 | 110100 |
Color Harmonies of #E823BA
Complementary color
Monochromatic Colors of #E823BA
Black with #E823BA
Text Example
Text Example
White with #E823BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E823BA; }
p { color: rgb(232,35,186); }
H1.HeaderClassName
{
color: #E823BA;
}
.AnyTagClassName
{
color: #E823BA;
}
</style>
background-color css
<style>
a { background-color: #E823BA; }
a { background-color: rgb(232,35,186); }
div.DivClassName
{
background-color: #E823BA;
}
.BgClassName
{
background-color: #E823BA;
}
</style>
border-color css
<style>
span { border-color: #E823BA; }
span { border-color: rgb(232,35,186); }
td.TdClassName
{
border-color: #E823BA;
}
.TagClassName
{
border-color: #E823BA;
}
</style>