Shades of Shocking Pink #DE1EC6
Tints of Shocking Pink #DE1EC6
RGB
CMYK
RGB Variations
Color information
#DE1EC6 (or 0xDE1EC6) is known color: Shocking Pink. HEX triplet: DE, 1E and C6. RGB value is (222,30,198). Sum of RGB (Red+Green+Blue) = 222+30+198=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EC6 is #21E139. Grayscale: #6A6A6A. Windows color (decimal): -2220346 or 12984030. OLE color: 12984030.
HSL color Cylindrical-coordinate representation of color #DE1EC6: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1EC6 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 198 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.13 |
| HSL | 307.5º | 0.76% | 0.49% | - |
| HSV(B) | 307.5º | 0.86% | 0.87% | - |
| XYZ | 40.78 | 20.54 | 55.24 | - |
| YUV | 106.56 | 179.61 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 198 | 0 | 0.86 | 0.11 | 0.13 | 307.5 | 0.76 | 0.49 |
| Hex | DE | 1E | C6 | 0 | 56 | B | D | 134 | 4C | 31 |
| Octal | 336 | 36 | 306 | 0 | 126 | 13 | 15 | 464 | 114 | 61 |
| Binary | 11011110 | 11110 | 11000110 | 0 | 1010110 | 1011 | 1101 | 100110100 | 1001100 | 110001 |
Color Harmonies of #DE1EC6
Complementary color
Monochromatic Colors of #DE1EC6
Black with #DE1EC6
Text Example
Text Example
White with #DE1EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EC6; }
p { color: rgb(222,30,198); }
H1.HeaderClassName
{
color: #DE1EC6;
}
.AnyTagClassName
{
color: #DE1EC6;
}
</style>
background-color css
<style>
a { background-color: #DE1EC6; }
a { background-color: rgb(222,30,198); }
div.DivClassName
{
background-color: #DE1EC6;
}
.BgClassName
{
background-color: #DE1EC6;
}
</style>
border-color css
<style>
span { border-color: #DE1EC6; }
span { border-color: rgb(222,30,198); }
td.TdClassName
{
border-color: #DE1EC6;
}
.TagClassName
{
border-color: #DE1EC6;
}
</style>