Shades of Shocking Pink #E315CA
Tints of Shocking Pink #E315CA
RGB
CMYK
RGB Variations
Color information
#E315CA (or 0xE315CA) is known color: Shocking Pink. HEX triplet: E3, 15 and CA. RGB value is (227,21,202). Sum of RGB (Red+Green+Blue) = 227+21+202=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E315CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315CA is #1CEA35. Grayscale: #666666. Windows color (decimal): -1894966 or 13243875. OLE color: 13243875.
HSL color Cylindrical-coordinate representation of color #E315CA: hue angle of 307.28º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315CA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.11 |
| HSL | 307.28º | 0.83% | 0.49% | - |
| HSV(B) | 307.28º | 0.91% | 0.89% | - |
| XYZ | 42.61 | 21.13 | 57.71 | - |
| YUV | 103.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 202 | 0 | 0.91 | 0.11 | 0.11 | 307.28 | 0.83 | 0.49 |
| Hex | E3 | 15 | CA | 0 | 5B | B | B | 133 | 53 | 31 |
| Octal | 343 | 25 | 312 | 0 | 133 | 13 | 13 | 463 | 123 | 61 |
| Binary | 11100011 | 10101 | 11001010 | 0 | 1011011 | 1011 | 1011 | 100110011 | 1010011 | 110001 |
Color Harmonies of #E315CA
Complementary color
Monochromatic Colors of #E315CA
Black with #E315CA
Text Example
Text Example
White with #E315CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315CA; }
p { color: rgb(227,21,202); }
H1.HeaderClassName
{
color: #E315CA;
}
.AnyTagClassName
{
color: #E315CA;
}
</style>
background-color css
<style>
a { background-color: #E315CA; }
a { background-color: rgb(227,21,202); }
div.DivClassName
{
background-color: #E315CA;
}
.BgClassName
{
background-color: #E315CA;
}
</style>
border-color css
<style>
span { border-color: #E315CA; }
span { border-color: rgb(227,21,202); }
td.TdClassName
{
border-color: #E315CA;
}
.TagClassName
{
border-color: #E315CA;
}
</style>