Shades of Spicy Pink #E226BA
Tints of Spicy Pink #E226BA
RGB
CMYK
RGB Variations
Color information
#E226BA (or 0xE226BA) is known color: Spicy Pink. HEX triplet: E2, 26 and BA. RGB value is (226,38,186). Sum of RGB (Red+Green+Blue) = 226+38+186=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E226BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226BA is #1DD945. Grayscale: #6E6E6E. Windows color (decimal): -1956166 or 12199650. OLE color: 12199650.
HSL color Cylindrical-coordinate representation of color #E226BA: hue angle of 312.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226BA is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 186 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.11 |
| HSL | 312.77º | 0.76% | 0.52% | - |
| HSV(B) | 312.77º | 0.83% | 0.89% | - |
| XYZ | 40.92 | 21.1 | 48.37 | - |
| YUV | 111.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 186 | 0 | 0.83 | 0.18 | 0.11 | 312.77 | 0.76 | 0.52 |
| Hex | E2 | 26 | BA | 0 | 53 | 12 | B | 139 | 4C | 34 |
| Octal | 342 | 46 | 272 | 0 | 123 | 22 | 13 | 471 | 114 | 64 |
| Binary | 11100010 | 100110 | 10111010 | 0 | 1010011 | 10010 | 1011 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E226BA
Complementary color
Monochromatic Colors of #E226BA
Black with #E226BA
Text Example
Text Example
White with #E226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226BA; }
p { color: rgb(226,38,186); }
H1.HeaderClassName
{
color: #E226BA;
}
.AnyTagClassName
{
color: #E226BA;
}
</style>
background-color css
<style>
a { background-color: #E226BA; }
a { background-color: rgb(226,38,186); }
div.DivClassName
{
background-color: #E226BA;
}
.BgClassName
{
background-color: #E226BA;
}
</style>
border-color css
<style>
span { border-color: #E226BA; }
span { border-color: rgb(226,38,186); }
td.TdClassName
{
border-color: #E226BA;
}
.TagClassName
{
border-color: #E226BA;
}
</style>