Shades of Spicy Pink #E621B6
Tints of Spicy Pink #E621B6
RGB
CMYK
RGB Variations
Color information
#E621B6 (or 0xE621B6) is known color: Spicy Pink. HEX triplet: E6, 21 and B6. RGB value is (230,33,182). Sum of RGB (Red+Green+Blue) = 230+33+182=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E621B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621B6 is #19DE49. Grayscale: #6C6C6C. Windows color (decimal): -1695306 or 11936230. OLE color: 11936230.
HSL color Cylindrical-coordinate representation of color #E621B6: hue angle of 314.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621B6 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 182 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.10 |
| HSL | 314.62º | 0.8% | 0.52% | - |
| HSV(B) | 314.62º | 0.86% | 0.9% | - |
| XYZ | 41.62 | 21.29 | 46.17 | - |
| YUV | 108.89 | 169.27 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 182 | 0 | 0.86 | 0.21 | 0.10 | 314.62 | 0.8 | 0.52 |
| Hex | E6 | 21 | B6 | 0 | 56 | 15 | A | 13B | 50 | 34 |
| Octal | 346 | 41 | 266 | 0 | 126 | 25 | 12 | 473 | 120 | 64 |
| Binary | 11100110 | 100001 | 10110110 | 0 | 1010110 | 10101 | 1010 | 100111011 | 1010000 | 110100 |
Color Harmonies of #E621B6
Complementary color
Monochromatic Colors of #E621B6
Black with #E621B6
Text Example
Text Example
White with #E621B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621B6; }
p { color: rgb(230,33,182); }
H1.HeaderClassName
{
color: #E621B6;
}
.AnyTagClassName
{
color: #E621B6;
}
</style>
background-color css
<style>
a { background-color: #E621B6; }
a { background-color: rgb(230,33,182); }
div.DivClassName
{
background-color: #E621B6;
}
.BgClassName
{
background-color: #E621B6;
}
</style>
border-color css
<style>
span { border-color: #E621B6; }
span { border-color: rgb(230,33,182); }
td.TdClassName
{
border-color: #E621B6;
}
.TagClassName
{
border-color: #E621B6;
}
</style>