Shades of Shocking Pink #DF0EBE
Tints of Shocking Pink #DF0EBE
RGB
CMYK
RGB Variations
Color information
#DF0EBE (or 0xDF0EBE) is known color: Shocking Pink. HEX triplet: DF, 0E and BE. RGB value is (223,14,190). Sum of RGB (Red+Green+Blue) = 223+14+190=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EBE is #20F141. Grayscale: #606060. Windows color (decimal): -2158914 or 12455647. OLE color: 12455647.
HSL color Cylindrical-coordinate representation of color #DF0EBE: hue angle of 309.47º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EBE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.13 |
| HSL | 309.47º | 0.88% | 0.46% | - |
| HSV(B) | 309.47º | 0.94% | 0.87% | - |
| XYZ | 39.88 | 19.72 | 50.42 | - |
| YUV | 96.56 | 180.74 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 190 | 0 | 0.94 | 0.15 | 0.13 | 309.47 | 0.88 | 0.46 |
| Hex | DF | E | BE | 0 | 5E | F | D | 135 | 58 | 2E |
| Octal | 337 | 16 | 276 | 0 | 136 | 17 | 15 | 465 | 130 | 56 |
| Binary | 11011111 | 1110 | 10111110 | 0 | 1011110 | 1111 | 1101 | 100110101 | 1011000 | 101110 |
Color Harmonies of #DF0EBE
Complementary color
Monochromatic Colors of #DF0EBE
Black with #DF0EBE
Text Example
Text Example
White with #DF0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EBE; }
p { color: rgb(223,14,190); }
H1.HeaderClassName
{
color: #DF0EBE;
}
.AnyTagClassName
{
color: #DF0EBE;
}
</style>
background-color css
<style>
a { background-color: #DF0EBE; }
a { background-color: rgb(223,14,190); }
div.DivClassName
{
background-color: #DF0EBE;
}
.BgClassName
{
background-color: #DF0EBE;
}
</style>
border-color css
<style>
span { border-color: #DF0EBE; }
span { border-color: rgb(223,14,190); }
td.TdClassName
{
border-color: #DF0EBE;
}
.TagClassName
{
border-color: #DF0EBE;
}
</style>