Shades of Spicy Pink #E226B2
Tints of Spicy Pink #E226B2
RGB
CMYK
RGB Variations
Color information
#E226B2 (or 0xE226B2) is known color: Spicy Pink. HEX triplet: E2, 26 and B2. RGB value is (226,38,178). Sum of RGB (Red+Green+Blue) = 226+38+178=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E226B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E226B2 is #1DD94D. Grayscale: #6D6D6D. Windows color (decimal): -1956174 or 11675362. OLE color: 11675362.
HSL color Cylindrical-coordinate representation of color #E226B2: hue angle of 315.32º 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 #E226B2 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 178 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.11 |
| HSL | 315.32º | 0.76% | 0.52% | - |
| HSV(B) | 315.32º | 0.83% | 0.89% | - |
| XYZ | 40.09 | 20.77 | 44.02 | - |
| YUV | 110.17 | 166.28 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 178 | 0 | 0.83 | 0.21 | 0.11 | 315.32 | 0.76 | 0.52 |
| Hex | E2 | 26 | B2 | 0 | 53 | 15 | B | 13B | 4C | 34 |
| Octal | 342 | 46 | 262 | 0 | 123 | 25 | 13 | 473 | 114 | 64 |
| Binary | 11100010 | 100110 | 10110010 | 0 | 1010011 | 10101 | 1011 | 100111011 | 1001100 | 110100 |
Color Harmonies of #E226B2
Complementary color
Monochromatic Colors of #E226B2
Black with #E226B2
Text Example
Text Example
White with #E226B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226B2; }
p { color: rgb(226,38,178); }
H1.HeaderClassName
{
color: #E226B2;
}
.AnyTagClassName
{
color: #E226B2;
}
</style>
background-color css
<style>
a { background-color: #E226B2; }
a { background-color: rgb(226,38,178); }
div.DivClassName
{
background-color: #E226B2;
}
.BgClassName
{
background-color: #E226B2;
}
</style>
border-color css
<style>
span { border-color: #E226B2; }
span { border-color: rgb(226,38,178); }
td.TdClassName
{
border-color: #E226B2;
}
.TagClassName
{
border-color: #E226B2;
}
</style>