Shades of Spicy Pink #E814B0
Tints of Spicy Pink #E814B0
RGB
CMYK
RGB Variations
Color information
#E814B0 (or 0xE814B0) is known color: Spicy Pink. HEX triplet: E8, 14 and B0. RGB value is (232,20,176). Sum of RGB (Red+Green+Blue) = 232+20+176=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E814B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E814B0 is #17EB4F. Grayscale: #646464. Windows color (decimal): -1567568 or 11539688. OLE color: 11539688.
HSL color Cylindrical-coordinate representation of color #E814B0: hue angle of 315.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E814B0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 176 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.09 |
| HSL | 315.85º | 0.84% | 0.49% | - |
| HSV(B) | 315.85º | 0.91% | 0.91% | - |
| XYZ | 41.37 | 20.79 | 42.91 | - |
| YUV | 101.17 | 170.24 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 176 | 0 | 0.91 | 0.24 | 0.09 | 315.85 | 0.84 | 0.49 |
| Hex | E8 | 14 | B0 | 0 | 5B | 18 | 9 | 13C | 54 | 31 |
| Octal | 350 | 24 | 260 | 0 | 133 | 30 | 11 | 474 | 124 | 61 |
| Binary | 11101000 | 10100 | 10110000 | 0 | 1011011 | 11000 | 1001 | 100111100 | 1010100 | 110001 |
Color Harmonies of #E814B0
Complementary color
Monochromatic Colors of #E814B0
Black with #E814B0
Text Example
Text Example
White with #E814B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814B0; }
p { color: rgb(232,20,176); }
H1.HeaderClassName
{
color: #E814B0;
}
.AnyTagClassName
{
color: #E814B0;
}
</style>
background-color css
<style>
a { background-color: #E814B0; }
a { background-color: rgb(232,20,176); }
div.DivClassName
{
background-color: #E814B0;
}
.BgClassName
{
background-color: #E814B0;
}
</style>
border-color css
<style>
span { border-color: #E814B0; }
span { border-color: rgb(232,20,176); }
td.TdClassName
{
border-color: #E814B0;
}
.TagClassName
{
border-color: #E814B0;
}
</style>