Shades of Shocking Pink #E523C1
Tints of Shocking Pink #E523C1
RGB
CMYK
RGB Variations
Color information
#E523C1 (or 0xE523C1) is known color: Shocking Pink. HEX triplet: E5, 23 and C1. RGB value is (229,35,193). Sum of RGB (Red+Green+Blue) = 229+35+193=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E523C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523C1 is #1ADC3E. Grayscale: #6E6E6E. Windows color (decimal): -1760319 or 12657637. OLE color: 12657637.
HSL color Cylindrical-coordinate representation of color #E523C1: hue angle of 311.13º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E523C1 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 193 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.10 |
| HSL | 311.13º | 0.79% | 0.52% | - |
| HSV(B) | 311.13º | 0.85% | 0.9% | - |
| XYZ | 42.54 | 21.71 | 52.4 | - |
| YUV | 111.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 193 | 0 | 0.85 | 0.16 | 0.10 | 311.13 | 0.79 | 0.52 |
| Hex | E5 | 23 | C1 | 0 | 55 | 10 | A | 137 | 4F | 34 |
| Octal | 345 | 43 | 301 | 0 | 125 | 20 | 12 | 467 | 117 | 64 |
| Binary | 11100101 | 100011 | 11000001 | 0 | 1010101 | 10000 | 1010 | 100110111 | 1001111 | 110100 |
Color Harmonies of #E523C1
Complementary color
Monochromatic Colors of #E523C1
Black with #E523C1
Text Example
Text Example
White with #E523C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523C1; }
p { color: rgb(229,35,193); }
H1.HeaderClassName
{
color: #E523C1;
}
.AnyTagClassName
{
color: #E523C1;
}
</style>
background-color css
<style>
a { background-color: #E523C1; }
a { background-color: rgb(229,35,193); }
div.DivClassName
{
background-color: #E523C1;
}
.BgClassName
{
background-color: #E523C1;
}
</style>
border-color css
<style>
span { border-color: #E523C1; }
span { border-color: rgb(229,35,193); }
td.TdClassName
{
border-color: #E523C1;
}
.TagClassName
{
border-color: #E523C1;
}
</style>