Shades of Shocking Pink #E21ACB
Tints of Shocking Pink #E21ACB
RGB
CMYK
RGB Variations
Color information
#E21ACB (or 0xE21ACB) is known color: Shocking Pink. HEX triplet: E2, 1A and CB. RGB value is (226,26,203). Sum of RGB (Red+Green+Blue) = 226+26+203=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ACB is #1DE534. Grayscale: #696969. Windows color (decimal): -1959221 or 13310690. OLE color: 13310690.
HSL color Cylindrical-coordinate representation of color #E21ACB: hue angle of 306.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21ACB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 203 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.9º | 0.79% | 0.49% | - |
| HSV(B) | 306.9º | 0.88% | 0.89% | - |
| XYZ | 42.51 | 21.22 | 58.35 | - |
| YUV | 105.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 203 | 0 | 0.88 | 0.10 | 0.11 | 306.9 | 0.79 | 0.49 |
| Hex | E2 | 1A | CB | 0 | 58 | A | B | 133 | 4F | 31 |
| Octal | 342 | 32 | 313 | 0 | 130 | 12 | 13 | 463 | 117 | 61 |
| Binary | 11100010 | 11010 | 11001011 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110001 |
Color Harmonies of #E21ACB
Complementary color
Monochromatic Colors of #E21ACB
Black with #E21ACB
Text Example
Text Example
White with #E21ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ACB; }
p { color: rgb(226,26,203); }
H1.HeaderClassName
{
color: #E21ACB;
}
.AnyTagClassName
{
color: #E21ACB;
}
</style>
background-color css
<style>
a { background-color: #E21ACB; }
a { background-color: rgb(226,26,203); }
div.DivClassName
{
background-color: #E21ACB;
}
.BgClassName
{
background-color: #E21ACB;
}
</style>
border-color css
<style>
span { border-color: #E21ACB; }
span { border-color: rgb(226,26,203); }
td.TdClassName
{
border-color: #E21ACB;
}
.TagClassName
{
border-color: #E21ACB;
}
</style>