Shades of Shocking Pink #E61CD5
Tints of Shocking Pink #E61CD5
RGB
CMYK
RGB Variations
Color information
#E61CD5 (or 0xE61CD5) is known color: Shocking Pink. HEX triplet: E6, 1C and D5. RGB value is (230,28,213). Sum of RGB (Red+Green+Blue) = 230+28+213=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CD5 is #19E32A. Grayscale: #6C6C6C. Windows color (decimal): -1696555 or 13966566. OLE color: 13966566.
HSL color Cylindrical-coordinate representation of color #E61CD5: hue angle of 305.05º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CD5 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 213 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.10 |
| HSL | 305.05º | 0.8% | 0.51% | - |
| HSV(B) | 305.05º | 0.88% | 0.9% | - |
| XYZ | 45.06 | 22.46 | 64.91 | - |
| YUV | 109.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 213 | 0 | 0.88 | 0.07 | 0.10 | 305.05 | 0.8 | 0.51 |
| Hex | E6 | 1C | D5 | 0 | 58 | 7 | A | 131 | 50 | 33 |
| Octal | 346 | 34 | 325 | 0 | 130 | 7 | 12 | 461 | 120 | 63 |
| Binary | 11100110 | 11100 | 11010101 | 0 | 1011000 | 111 | 1010 | 100110001 | 1010000 | 110011 |
Color Harmonies of #E61CD5
Complementary color
Monochromatic Colors of #E61CD5
Black with #E61CD5
Text Example
Text Example
White with #E61CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CD5; }
p { color: rgb(230,28,213); }
H1.HeaderClassName
{
color: #E61CD5;
}
.AnyTagClassName
{
color: #E61CD5;
}
</style>
background-color css
<style>
a { background-color: #E61CD5; }
a { background-color: rgb(230,28,213); }
div.DivClassName
{
background-color: #E61CD5;
}
.BgClassName
{
background-color: #E61CD5;
}
</style>
border-color css
<style>
span { border-color: #E61CD5; }
span { border-color: rgb(230,28,213); }
td.TdClassName
{
border-color: #E61CD5;
}
.TagClassName
{
border-color: #E61CD5;
}
</style>