Shades of Shocking Pink #E715CD
Tints of Shocking Pink #E715CD
RGB
CMYK
RGB Variations
Color information
#E715CD (or 0xE715CD) is known color: Shocking Pink. HEX triplet: E7, 15 and CD. RGB value is (231,21,205). Sum of RGB (Red+Green+Blue) = 231+21+205=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E715CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715CD is #18EA32. Grayscale: #686868. Windows color (decimal): -1632819 or 13440487. OLE color: 13440487.
HSL color Cylindrical-coordinate representation of color #E715CD: hue angle of 307.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 #E715CD is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 205 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.09 |
| HSL | 307.43º | 0.83% | 0.49% | - |
| HSV(B) | 307.43º | 0.91% | 0.91% | - |
| XYZ | 44.24 | 21.93 | 59.66 | - |
| YUV | 104.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 205 | 0 | 0.91 | 0.11 | 0.09 | 307.43 | 0.83 | 0.49 |
| Hex | E7 | 15 | CD | 0 | 5B | B | 9 | 133 | 53 | 31 |
| Octal | 347 | 25 | 315 | 0 | 133 | 13 | 11 | 463 | 123 | 61 |
| Binary | 11100111 | 10101 | 11001101 | 0 | 1011011 | 1011 | 1001 | 100110011 | 1010011 | 110001 |
Color Harmonies of #E715CD
Complementary color
Monochromatic Colors of #E715CD
Black with #E715CD
Text Example
Text Example
White with #E715CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715CD; }
p { color: rgb(231,21,205); }
H1.HeaderClassName
{
color: #E715CD;
}
.AnyTagClassName
{
color: #E715CD;
}
</style>
background-color css
<style>
a { background-color: #E715CD; }
a { background-color: rgb(231,21,205); }
div.DivClassName
{
background-color: #E715CD;
}
.BgClassName
{
background-color: #E715CD;
}
</style>
border-color css
<style>
span { border-color: #E715CD; }
span { border-color: rgb(231,21,205); }
td.TdClassName
{
border-color: #E715CD;
}
.TagClassName
{
border-color: #E715CD;
}
</style>