Shades of Spicy Pink #E228B6
Tints of Spicy Pink #E228B6
RGB
CMYK
RGB Variations
Color information
#E228B6 (or 0xE228B6) is known color: Spicy Pink. HEX triplet: E2, 28 and B6. RGB value is (226,40,182). Sum of RGB (Red+Green+Blue) = 226+40+182=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E228B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228B6 is #1DD749. Grayscale: #6F6F6F. Windows color (decimal): -1955658 or 11938018. OLE color: 11938018.
HSL color Cylindrical-coordinate representation of color #E228B6: hue angle of 314.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E228B6 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 182 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.11 |
| HSL | 314.19º | 0.76% | 0.52% | - |
| HSV(B) | 314.19º | 0.82% | 0.89% | - |
| XYZ | 40.57 | 21.06 | 46.18 | - |
| YUV | 111.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 182 | 0 | 0.82 | 0.19 | 0.11 | 314.19 | 0.76 | 0.52 |
| Hex | E2 | 28 | B6 | 0 | 52 | 13 | B | 13A | 4C | 34 |
| Octal | 342 | 50 | 266 | 0 | 122 | 23 | 13 | 472 | 114 | 64 |
| Binary | 11100010 | 101000 | 10110110 | 0 | 1010010 | 10011 | 1011 | 100111010 | 1001100 | 110100 |
Color Harmonies of #E228B6
Complementary color
Monochromatic Colors of #E228B6
Black with #E228B6
Text Example
Text Example
White with #E228B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228B6; }
p { color: rgb(226,40,182); }
H1.HeaderClassName
{
color: #E228B6;
}
.AnyTagClassName
{
color: #E228B6;
}
</style>
background-color css
<style>
a { background-color: #E228B6; }
a { background-color: rgb(226,40,182); }
div.DivClassName
{
background-color: #E228B6;
}
.BgClassName
{
background-color: #E228B6;
}
</style>
border-color css
<style>
span { border-color: #E228B6; }
span { border-color: rgb(226,40,182); }
td.TdClassName
{
border-color: #E228B6;
}
.TagClassName
{
border-color: #E228B6;
}
</style>