Shades of Shocking Pink #E715D4
Tints of Shocking Pink #E715D4
RGB
CMYK
RGB Variations
Color information
#E715D4 (or 0xE715D4) is known color: Shocking Pink. HEX triplet: E7, 15 and D4. RGB value is (231,21,212). Sum of RGB (Red+Green+Blue) = 231+21+212=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E715D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715D4 is #18EA2B. Grayscale: #696969. Windows color (decimal): -1632812 or 13899239. OLE color: 13899239.
HSL color Cylindrical-coordinate representation of color #E715D4: hue angle of 305.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715D4 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.09 |
| HSL | 305.43º | 0.83% | 0.49% | - |
| HSV(B) | 305.43º | 0.91% | 0.91% | - |
| XYZ | 45.11 | 22.28 | 64.21 | - |
| YUV | 105.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 212 | 0 | 0.91 | 0.08 | 0.09 | 305.43 | 0.83 | 0.49 |
| Hex | E7 | 15 | D4 | 0 | 5B | 8 | 9 | 131 | 53 | 31 |
| Octal | 347 | 25 | 324 | 0 | 133 | 10 | 11 | 461 | 123 | 61 |
| Binary | 11100111 | 10101 | 11010100 | 0 | 1011011 | 1000 | 1001 | 100110001 | 1010011 | 110001 |
Color Harmonies of #E715D4
Complementary color
Monochromatic Colors of #E715D4
Black with #E715D4
Text Example
Text Example
White with #E715D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715D4; }
p { color: rgb(231,21,212); }
H1.HeaderClassName
{
color: #E715D4;
}
.AnyTagClassName
{
color: #E715D4;
}
</style>
background-color css
<style>
a { background-color: #E715D4; }
a { background-color: rgb(231,21,212); }
div.DivClassName
{
background-color: #E715D4;
}
.BgClassName
{
background-color: #E715D4;
}
</style>
border-color css
<style>
span { border-color: #E715D4; }
span { border-color: rgb(231,21,212); }
td.TdClassName
{
border-color: #E715D4;
}
.TagClassName
{
border-color: #E715D4;
}
</style>