Shades of Shocking Pink #E615CE
Tints of Shocking Pink #E615CE
RGB
CMYK
RGB Variations
Color information
#E615CE (or 0xE615CE) is known color: Shocking Pink. HEX triplet: E6, 15 and CE. RGB value is (230,21,206). Sum of RGB (Red+Green+Blue) = 230+21+206=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E615CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615CE is #19EA31. Grayscale: #686868. Windows color (decimal): -1698354 or 13506022. OLE color: 13506022.
HSL color Cylindrical-coordinate representation of color #E615CE: hue angle of 306.89º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615CE is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 206 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.10 |
| HSL | 306.89º | 0.83% | 0.49% | - |
| HSV(B) | 306.89º | 0.91% | 0.9% | - |
| XYZ | 44.04 | 21.82 | 60.28 | - |
| YUV | 104.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 206 | 0 | 0.91 | 0.10 | 0.10 | 306.89 | 0.83 | 0.49 |
| Hex | E6 | 15 | CE | 0 | 5B | A | A | 133 | 53 | 31 |
| Octal | 346 | 25 | 316 | 0 | 133 | 12 | 12 | 463 | 123 | 61 |
| Binary | 11100110 | 10101 | 11001110 | 0 | 1011011 | 1010 | 1010 | 100110011 | 1010011 | 110001 |
Color Harmonies of #E615CE
Complementary color
Monochromatic Colors of #E615CE
Black with #E615CE
Text Example
Text Example
White with #E615CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615CE; }
p { color: rgb(230,21,206); }
H1.HeaderClassName
{
color: #E615CE;
}
.AnyTagClassName
{
color: #E615CE;
}
</style>
background-color css
<style>
a { background-color: #E615CE; }
a { background-color: rgb(230,21,206); }
div.DivClassName
{
background-color: #E615CE;
}
.BgClassName
{
background-color: #E615CE;
}
</style>
border-color css
<style>
span { border-color: #E615CE; }
span { border-color: rgb(230,21,206); }
td.TdClassName
{
border-color: #E615CE;
}
.TagClassName
{
border-color: #E615CE;
}
</style>