Shades of Shocking Pink #E206BD
Tints of Shocking Pink #E206BD
RGB
CMYK
RGB Variations
Color information
#E206BD (or 0xE206BD) is known color: Shocking Pink. HEX triplet: E2, 06 and BD. RGB value is (226,6,189). Sum of RGB (Red+Green+Blue) = 226+6+189=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E206BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206BD is #1DF942. Grayscale: #5C5C5C. Windows color (decimal): -1964355 or 12388066. OLE color: 12388066.
HSL color Cylindrical-coordinate representation of color #E206BD: hue angle of 310.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206BD is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.11 |
| HSL | 310.09º | 0.95% | 0.45% | - |
| HSV(B) | 310.09º | 0.97% | 0.89% | - |
| XYZ | 40.61 | 19.97 | 49.86 | - |
| YUV | 92.64 | 182.39 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 189 | 0 | 0.97 | 0.16 | 0.11 | 310.09 | 0.95 | 0.45 |
| Hex | E2 | 6 | BD | 0 | 61 | 10 | B | 136 | 5F | 2D |
| Octal | 342 | 6 | 275 | 0 | 141 | 20 | 13 | 466 | 137 | 55 |
| Binary | 11100010 | 110 | 10111101 | 0 | 1100001 | 10000 | 1011 | 100110110 | 1011111 | 101101 |
Color Harmonies of #E206BD
Complementary color
Monochromatic Colors of #E206BD
Black with #E206BD
Text Example
Text Example
White with #E206BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206BD; }
p { color: rgb(226,6,189); }
H1.HeaderClassName
{
color: #E206BD;
}
.AnyTagClassName
{
color: #E206BD;
}
</style>
background-color css
<style>
a { background-color: #E206BD; }
a { background-color: rgb(226,6,189); }
div.DivClassName
{
background-color: #E206BD;
}
.BgClassName
{
background-color: #E206BD;
}
</style>
border-color css
<style>
span { border-color: #E206BD; }
span { border-color: rgb(226,6,189); }
td.TdClassName
{
border-color: #E206BD;
}
.TagClassName
{
border-color: #E206BD;
}
</style>