Shades of Shocking Pink #E006B6
Tints of Shocking Pink #E006B6
RGB
CMYK
RGB Variations
Color information
#E006B6 (or 0xE006B6) is known color: Shocking Pink. HEX triplet: E0, 06 and B6. RGB value is (224,6,182). Sum of RGB (Red+Green+Blue) = 224+6+182=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E006B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006B6 is #1FF949. Grayscale: #5A5A5A. Windows color (decimal): -2095434 or 11929312. OLE color: 11929312.
HSL color Cylindrical-coordinate representation of color #E006B6: hue angle of 311.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006B6 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 182 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.12 |
| HSL | 311.56º | 0.95% | 0.45% | - |
| HSV(B) | 311.56º | 0.97% | 0.88% | - |
| XYZ | 39.25 | 19.35 | 45.92 | - |
| YUV | 91.25 | 179.22 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 182 | 0 | 0.97 | 0.19 | 0.12 | 311.56 | 0.95 | 0.45 |
| Hex | E0 | 6 | B6 | 0 | 61 | 13 | C | 138 | 5F | 2D |
| Octal | 340 | 6 | 266 | 0 | 141 | 23 | 14 | 470 | 137 | 55 |
| Binary | 11100000 | 110 | 10110110 | 0 | 1100001 | 10011 | 1100 | 100111000 | 1011111 | 101101 |
Color Harmonies of #E006B6
Complementary color
Monochromatic Colors of #E006B6
Black with #E006B6
Text Example
Text Example
White with #E006B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006B6; }
p { color: rgb(224,6,182); }
H1.HeaderClassName
{
color: #E006B6;
}
.AnyTagClassName
{
color: #E006B6;
}
</style>
background-color css
<style>
a { background-color: #E006B6; }
a { background-color: rgb(224,6,182); }
div.DivClassName
{
background-color: #E006B6;
}
.BgClassName
{
background-color: #E006B6;
}
</style>
border-color css
<style>
span { border-color: #E006B6; }
span { border-color: rgb(224,6,182); }
td.TdClassName
{
border-color: #E006B6;
}
.TagClassName
{
border-color: #E006B6;
}
</style>