Shades of Shocking Pink #DE1EC2
Tints of Shocking Pink #DE1EC2
RGB
CMYK
RGB Variations
Color information
#DE1EC2 (or 0xDE1EC2) is known color: Shocking Pink. HEX triplet: DE, 1E and C2. RGB value is (222,30,194). Sum of RGB (Red+Green+Blue) = 222+30+194=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EC2 is #21E13D. Grayscale: #696969. Windows color (decimal): -2220350 or 12721886. OLE color: 12721886.
HSL color Cylindrical-coordinate representation of color #DE1EC2: hue angle of 308.75º 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 #DE1EC2 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 194 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.13 |
| HSL | 308.75º | 0.76% | 0.49% | - |
| HSV(B) | 308.75º | 0.86% | 0.87% | - |
| XYZ | 40.33 | 20.35 | 52.84 | - |
| YUV | 106.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 194 | 0 | 0.86 | 0.13 | 0.13 | 308.75 | 0.76 | 0.49 |
| Hex | DE | 1E | C2 | 0 | 56 | D | D | 135 | 4C | 31 |
| Octal | 336 | 36 | 302 | 0 | 126 | 15 | 15 | 465 | 114 | 61 |
| Binary | 11011110 | 11110 | 11000010 | 0 | 1010110 | 1101 | 1101 | 100110101 | 1001100 | 110001 |
Color Harmonies of #DE1EC2
Complementary color
Monochromatic Colors of #DE1EC2
Black with #DE1EC2
Text Example
Text Example
White with #DE1EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EC2; }
p { color: rgb(222,30,194); }
H1.HeaderClassName
{
color: #DE1EC2;
}
.AnyTagClassName
{
color: #DE1EC2;
}
</style>
background-color css
<style>
a { background-color: #DE1EC2; }
a { background-color: rgb(222,30,194); }
div.DivClassName
{
background-color: #DE1EC2;
}
.BgClassName
{
background-color: #DE1EC2;
}
</style>
border-color css
<style>
span { border-color: #DE1EC2; }
span { border-color: rgb(222,30,194); }
td.TdClassName
{
border-color: #DE1EC2;
}
.TagClassName
{
border-color: #DE1EC2;
}
</style>