Shades of Shocking Pink #EA1CD1
Tints of Shocking Pink #EA1CD1
RGB
CMYK
RGB Variations
Color information
#EA1CD1 (or 0xEA1CD1) is known color: Shocking Pink. HEX triplet: EA, 1C and D1. RGB value is (234,28,209). Sum of RGB (Red+Green+Blue) = 234+28+209=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CD1 is #15E32E. Grayscale: #6D6D6D. Windows color (decimal): -1434415 or 13704426. OLE color: 13704426.
HSL color Cylindrical-coordinate representation of color #EA1CD1: hue angle of 307.28º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CD1 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 209 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.08 |
| HSL | 307.28º | 0.83% | 0.51% | - |
| HSV(B) | 307.28º | 0.88% | 0.92% | - |
| XYZ | 45.86 | 22.93 | 62.33 | - |
| YUV | 110.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 209 | 0 | 0.88 | 0.11 | 0.08 | 307.28 | 0.83 | 0.51 |
| Hex | EA | 1C | D1 | 0 | 58 | B | 8 | 133 | 53 | 33 |
| Octal | 352 | 34 | 321 | 0 | 130 | 13 | 10 | 463 | 123 | 63 |
| Binary | 11101010 | 11100 | 11010001 | 0 | 1011000 | 1011 | 1000 | 100110011 | 1010011 | 110011 |
Color Harmonies of #EA1CD1
Complementary color
Monochromatic Colors of #EA1CD1
Black with #EA1CD1
Text Example
Text Example
White with #EA1CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CD1; }
p { color: rgb(234,28,209); }
H1.HeaderClassName
{
color: #EA1CD1;
}
.AnyTagClassName
{
color: #EA1CD1;
}
</style>
background-color css
<style>
a { background-color: #EA1CD1; }
a { background-color: rgb(234,28,209); }
div.DivClassName
{
background-color: #EA1CD1;
}
.BgClassName
{
background-color: #EA1CD1;
}
</style>
border-color css
<style>
span { border-color: #EA1CD1; }
span { border-color: rgb(234,28,209); }
td.TdClassName
{
border-color: #EA1CD1;
}
.TagClassName
{
border-color: #EA1CD1;
}
</style>