Shades of Shocking Pink #DC1EBE
Tints of Shocking Pink #DC1EBE
RGB
CMYK
RGB Variations
Color information
#DC1EBE (or 0xDC1EBE) is known color: Shocking Pink. HEX triplet: DC, 1E and BE. RGB value is (220,30,190). Sum of RGB (Red+Green+Blue) = 220+30+190=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EBE is #23E141. Grayscale: #686868. Windows color (decimal): -2351426 or 12459740. OLE color: 12459740.
HSL color Cylindrical-coordinate representation of color #DC1EBE: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EBE is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 190 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.14 |
| HSL | 309.47º | 0.76% | 0.49% | - |
| HSV(B) | 309.47º | 0.86% | 0.86% | - |
| XYZ | 39.27 | 19.86 | 50.48 | - |
| YUV | 105.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 190 | 0 | 0.86 | 0.14 | 0.14 | 309.47 | 0.76 | 0.49 |
| Hex | DC | 1E | BE | 0 | 56 | E | E | 135 | 4C | 31 |
| Octal | 334 | 36 | 276 | 0 | 126 | 16 | 16 | 465 | 114 | 61 |
| Binary | 11011100 | 11110 | 10111110 | 0 | 1010110 | 1110 | 1110 | 100110101 | 1001100 | 110001 |
Color Harmonies of #DC1EBE
Complementary color
Monochromatic Colors of #DC1EBE
Black with #DC1EBE
Text Example
Text Example
White with #DC1EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EBE; }
p { color: rgb(220,30,190); }
H1.HeaderClassName
{
color: #DC1EBE;
}
.AnyTagClassName
{
color: #DC1EBE;
}
</style>
background-color css
<style>
a { background-color: #DC1EBE; }
a { background-color: rgb(220,30,190); }
div.DivClassName
{
background-color: #DC1EBE;
}
.BgClassName
{
background-color: #DC1EBE;
}
</style>
border-color css
<style>
span { border-color: #DC1EBE; }
span { border-color: rgb(220,30,190); }
td.TdClassName
{
border-color: #DC1EBE;
}
.TagClassName
{
border-color: #DC1EBE;
}
</style>