Shades of Shocking Pink #E217CB
Tints of Shocking Pink #E217CB
RGB
CMYK
RGB Variations
Color information
#E217CB (or 0xE217CB) is known color: Shocking Pink. HEX triplet: E2, 17 and CB. RGB value is (226,23,203). Sum of RGB (Red+Green+Blue) = 226+23+203=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E217CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217CB is #1DE834. Grayscale: #676767. Windows color (decimal): -1959989 or 13309922. OLE color: 13309922.
HSL color Cylindrical-coordinate representation of color #E217CB: hue angle of 306.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217CB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.11 |
| HSL | 306.8º | 0.82% | 0.49% | - |
| HSV(B) | 306.8º | 0.9% | 0.89% | - |
| XYZ | 42.45 | 21.09 | 58.33 | - |
| YUV | 104.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 203 | 0 | 0.90 | 0.10 | 0.11 | 306.8 | 0.82 | 0.49 |
| Hex | E2 | 17 | CB | 0 | 5A | A | B | 133 | 52 | 31 |
| Octal | 342 | 27 | 313 | 0 | 132 | 12 | 13 | 463 | 122 | 61 |
| Binary | 11100010 | 10111 | 11001011 | 0 | 1011010 | 1010 | 1011 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E217CB
Complementary color
Monochromatic Colors of #E217CB
Black with #E217CB
Text Example
Text Example
White with #E217CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217CB; }
p { color: rgb(226,23,203); }
H1.HeaderClassName
{
color: #E217CB;
}
.AnyTagClassName
{
color: #E217CB;
}
</style>
background-color css
<style>
a { background-color: #E217CB; }
a { background-color: rgb(226,23,203); }
div.DivClassName
{
background-color: #E217CB;
}
.BgClassName
{
background-color: #E217CB;
}
</style>
border-color css
<style>
span { border-color: #E217CB; }
span { border-color: rgb(226,23,203); }
td.TdClassName
{
border-color: #E217CB;
}
.TagClassName
{
border-color: #E217CB;
}
</style>