Shades of Shocking Pink #EA1CD2
Tints of Shocking Pink #EA1CD2
RGB
CMYK
RGB Variations
Color information
#EA1CD2 (or 0xEA1CD2) is known color: Shocking Pink. HEX triplet: EA, 1C and D2. RGB value is (234,28,210). Sum of RGB (Red+Green+Blue) = 234+28+210=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CD2 is #15E32D. Grayscale: #6D6D6D. Windows color (decimal): -1434414 or 13769962. OLE color: 13769962.
HSL color Cylindrical-coordinate representation of color #EA1CD2: hue angle of 306.99º 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 #EA1CD2 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 210 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.08 |
| HSL | 306.99º | 0.83% | 0.51% | - |
| HSV(B) | 306.99º | 0.88% | 0.92% | - |
| XYZ | 45.98 | 22.98 | 62.98 | - |
| YUV | 110.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 210 | 0 | 0.88 | 0.10 | 0.08 | 306.99 | 0.83 | 0.51 |
| Hex | EA | 1C | D2 | 0 | 58 | A | 8 | 133 | 53 | 33 |
| Octal | 352 | 34 | 322 | 0 | 130 | 12 | 10 | 463 | 123 | 63 |
| Binary | 11101010 | 11100 | 11010010 | 0 | 1011000 | 1010 | 1000 | 100110011 | 1010011 | 110011 |
Color Harmonies of #EA1CD2
Complementary color
Monochromatic Colors of #EA1CD2
Black with #EA1CD2
Text Example
Text Example
White with #EA1CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CD2; }
p { color: rgb(234,28,210); }
H1.HeaderClassName
{
color: #EA1CD2;
}
.AnyTagClassName
{
color: #EA1CD2;
}
</style>
background-color css
<style>
a { background-color: #EA1CD2; }
a { background-color: rgb(234,28,210); }
div.DivClassName
{
background-color: #EA1CD2;
}
.BgClassName
{
background-color: #EA1CD2;
}
</style>
border-color css
<style>
span { border-color: #EA1CD2; }
span { border-color: rgb(234,28,210); }
td.TdClassName
{
border-color: #EA1CD2;
}
.TagClassName
{
border-color: #EA1CD2;
}
</style>