Shades of Shocking Pink #E611D3
Tints of Shocking Pink #E611D3
RGB
CMYK
RGB Variations
Color information
#E611D3 (or 0xE611D3) is known color: Shocking Pink. HEX triplet: E6, 11 and D3. RGB value is (230,17,211). Sum of RGB (Red+Green+Blue) = 230+17+211=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E611D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611D3 is #19EE2C. Grayscale: #666666. Windows color (decimal): -1699373 or 13832678. OLE color: 13832678.
HSL color Cylindrical-coordinate representation of color #E611D3: hue angle of 305.35º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611D3 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 211 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.10 |
| HSL | 305.35º | 0.86% | 0.48% | - |
| HSV(B) | 305.35º | 0.93% | 0.9% | - |
| XYZ | 44.59 | 21.93 | 63.51 | - |
| YUV | 102.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 211 | 0 | 0.93 | 0.08 | 0.10 | 305.35 | 0.86 | 0.48 |
| Hex | E6 | 11 | D3 | 0 | 5D | 8 | A | 131 | 56 | 30 |
| Octal | 346 | 21 | 323 | 0 | 135 | 10 | 12 | 461 | 126 | 60 |
| Binary | 11100110 | 10001 | 11010011 | 0 | 1011101 | 1000 | 1010 | 100110001 | 1010110 | 110000 |
Color Harmonies of #E611D3
Complementary color
Monochromatic Colors of #E611D3
Black with #E611D3
Text Example
Text Example
White with #E611D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611D3; }
p { color: rgb(230,17,211); }
H1.HeaderClassName
{
color: #E611D3;
}
.AnyTagClassName
{
color: #E611D3;
}
</style>
background-color css
<style>
a { background-color: #E611D3; }
a { background-color: rgb(230,17,211); }
div.DivClassName
{
background-color: #E611D3;
}
.BgClassName
{
background-color: #E611D3;
}
</style>
border-color css
<style>
span { border-color: #E611D3; }
span { border-color: rgb(230,17,211); }
td.TdClassName
{
border-color: #E611D3;
}
.TagClassName
{
border-color: #E611D3;
}
</style>