Shades of Shocking Pink #EA1CCA
Tints of Shocking Pink #EA1CCA
RGB
CMYK
RGB Variations
Color information
#EA1CCA (or 0xEA1CCA) is known color: Shocking Pink. HEX triplet: EA, 1C and CA. RGB value is (234,28,202). Sum of RGB (Red+Green+Blue) = 234+28+202=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CCA is #15E335. Grayscale: #6C6C6C. Windows color (decimal): -1434422 or 13245674. OLE color: 13245674.
HSL color Cylindrical-coordinate representation of color #EA1CCA: hue angle of 309.32º 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 #EA1CCA is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 202 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.08 |
| HSL | 309.32º | 0.83% | 0.51% | - |
| HSV(B) | 309.32º | 0.88% | 0.92% | - |
| XYZ | 45.01 | 22.59 | 57.86 | - |
| YUV | 109.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 202 | 0 | 0.88 | 0.14 | 0.08 | 309.32 | 0.83 | 0.51 |
| Hex | EA | 1C | CA | 0 | 58 | E | 8 | 135 | 53 | 33 |
| Octal | 352 | 34 | 312 | 0 | 130 | 16 | 10 | 465 | 123 | 63 |
| Binary | 11101010 | 11100 | 11001010 | 0 | 1011000 | 1110 | 1000 | 100110101 | 1010011 | 110011 |
Color Harmonies of #EA1CCA
Complementary color
Monochromatic Colors of #EA1CCA
Black with #EA1CCA
Text Example
Text Example
White with #EA1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CCA; }
p { color: rgb(234,28,202); }
H1.HeaderClassName
{
color: #EA1CCA;
}
.AnyTagClassName
{
color: #EA1CCA;
}
</style>
background-color css
<style>
a { background-color: #EA1CCA; }
a { background-color: rgb(234,28,202); }
div.DivClassName
{
background-color: #EA1CCA;
}
.BgClassName
{
background-color: #EA1CCA;
}
</style>
border-color css
<style>
span { border-color: #EA1CCA; }
span { border-color: rgb(234,28,202); }
td.TdClassName
{
border-color: #EA1CCA;
}
.TagClassName
{
border-color: #EA1CCA;
}
</style>