Shades of Shocking Pink #E719DB
Tints of Shocking Pink #E719DB
RGB
CMYK
RGB Variations
Color information
#E719DB (or 0xE719DB) is known color: Shocking Pink. HEX triplet: E7, 19 and DB. RGB value is (231,25,219). Sum of RGB (Red+Green+Blue) = 231+25+219=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E719DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719DB is #18E624. Grayscale: #6C6C6C. Windows color (decimal): -1631781 or 14359015. OLE color: 14359015.
HSL color Cylindrical-coordinate representation of color #E719DB: hue angle of 303.5º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E719DB is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 219 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.09 |
| HSL | 303.5º | 0.81% | 0.5% | - |
| HSV(B) | 303.5º | 0.89% | 0.91% | - |
| XYZ | 46.09 | 22.8 | 68.99 | - |
| YUV | 108.71 | 190.25 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 219 | 0 | 0.89 | 0.05 | 0.09 | 303.5 | 0.81 | 0.5 |
| Hex | E7 | 19 | DB | 0 | 59 | 5 | 9 | 12F | 51 | 32 |
| Octal | 347 | 31 | 333 | 0 | 131 | 5 | 11 | 457 | 121 | 62 |
| Binary | 11100111 | 11001 | 11011011 | 0 | 1011001 | 101 | 1001 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E719DB
Complementary color
Monochromatic Colors of #E719DB
Black with #E719DB
Text Example
Text Example
White with #E719DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719DB; }
p { color: rgb(231,25,219); }
H1.HeaderClassName
{
color: #E719DB;
}
.AnyTagClassName
{
color: #E719DB;
}
</style>
background-color css
<style>
a { background-color: #E719DB; }
a { background-color: rgb(231,25,219); }
div.DivClassName
{
background-color: #E719DB;
}
.BgClassName
{
background-color: #E719DB;
}
</style>
border-color css
<style>
span { border-color: #E719DB; }
span { border-color: rgb(231,25,219); }
td.TdClassName
{
border-color: #E719DB;
}
.TagClassName
{
border-color: #E719DB;
}
</style>