Shades of Shocking Pink #EA1CC4
Tints of Shocking Pink #EA1CC4
RGB
CMYK
RGB Variations
Color information
#EA1CC4 (or 0xEA1CC4) is known color: Shocking Pink. HEX triplet: EA, 1C and C4. RGB value is (234,28,196). Sum of RGB (Red+Green+Blue) = 234+28+196=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CC4 is #15E33B. Grayscale: #6C6C6C. Windows color (decimal): -1434428 or 12852458. OLE color: 12852458.
HSL color Cylindrical-coordinate representation of color #EA1CC4: hue angle of 311.07º 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 #EA1CC4 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 196 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.08 |
| HSL | 311.07º | 0.83% | 0.51% | - |
| HSV(B) | 311.07º | 0.88% | 0.92% | - |
| XYZ | 44.31 | 22.31 | 54.2 | - |
| YUV | 108.75 | 177.25 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 196 | 0 | 0.88 | 0.16 | 0.08 | 311.07 | 0.83 | 0.51 |
| Hex | EA | 1C | C4 | 0 | 58 | 10 | 8 | 137 | 53 | 33 |
| Octal | 352 | 34 | 304 | 0 | 130 | 20 | 10 | 467 | 123 | 63 |
| Binary | 11101010 | 11100 | 11000100 | 0 | 1011000 | 10000 | 1000 | 100110111 | 1010011 | 110011 |
Color Harmonies of #EA1CC4
Complementary color
Monochromatic Colors of #EA1CC4
Black with #EA1CC4
Text Example
Text Example
White with #EA1CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CC4; }
p { color: rgb(234,28,196); }
H1.HeaderClassName
{
color: #EA1CC4;
}
.AnyTagClassName
{
color: #EA1CC4;
}
</style>
background-color css
<style>
a { background-color: #EA1CC4; }
a { background-color: rgb(234,28,196); }
div.DivClassName
{
background-color: #EA1CC4;
}
.BgClassName
{
background-color: #EA1CC4;
}
</style>
border-color css
<style>
span { border-color: #EA1CC4; }
span { border-color: rgb(234,28,196); }
td.TdClassName
{
border-color: #EA1CC4;
}
.TagClassName
{
border-color: #EA1CC4;
}
</style>