Shades of Shocking Pink #E505C1
Tints of Shocking Pink #E505C1
RGB
CMYK
RGB Variations
Color information
#E505C1 (or 0xE505C1) is known color: Shocking Pink. HEX triplet: E5, 05 and C1. RGB value is (229,5,193). Sum of RGB (Red+Green+Blue) = 229+5+193=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E505C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505C1 is #1AFA3E. Grayscale: #5C5C5C. Windows color (decimal): -1767999 or 12649957. OLE color: 12649957.
HSL color Cylindrical-coordinate representation of color #E505C1: hue angle of 309.64º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505C1 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 193 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.10 |
| HSL | 309.64º | 0.96% | 0.46% | - |
| HSV(B) | 309.64º | 0.98% | 0.9% | - |
| XYZ | 41.99 | 20.62 | 52.22 | - |
| YUV | 93.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 193 | 0 | 0.98 | 0.16 | 0.10 | 309.64 | 0.96 | 0.46 |
| Hex | E5 | 5 | C1 | 0 | 62 | 10 | A | 136 | 60 | 2E |
| Octal | 345 | 5 | 301 | 0 | 142 | 20 | 12 | 466 | 140 | 56 |
| Binary | 11100101 | 101 | 11000001 | 0 | 1100010 | 10000 | 1010 | 100110110 | 1100000 | 101110 |
Color Harmonies of #E505C1
Complementary color
Monochromatic Colors of #E505C1
Black with #E505C1
Text Example
Text Example
White with #E505C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505C1; }
p { color: rgb(229,5,193); }
H1.HeaderClassName
{
color: #E505C1;
}
.AnyTagClassName
{
color: #E505C1;
}
</style>
background-color css
<style>
a { background-color: #E505C1; }
a { background-color: rgb(229,5,193); }
div.DivClassName
{
background-color: #E505C1;
}
.BgClassName
{
background-color: #E505C1;
}
</style>
border-color css
<style>
span { border-color: #E505C1; }
span { border-color: rgb(229,5,193); }
td.TdClassName
{
border-color: #E505C1;
}
.TagClassName
{
border-color: #E505C1;
}
</style>