Shades of Shocking Pink #EA18C2
Tints of Shocking Pink #EA18C2
RGB
CMYK
RGB Variations
Color information
#EA18C2 (or 0xEA18C2) is known color: Shocking Pink. HEX triplet: EA, 18 and C2. RGB value is (234,24,194). Sum of RGB (Red+Green+Blue) = 234+24+194=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18C2 is #15E73D. Grayscale: #696969. Windows color (decimal): -1435454 or 12720362. OLE color: 12720362.
HSL color Cylindrical-coordinate representation of color #EA18C2: hue angle of 311.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18C2 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 194 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.08 |
| HSL | 311.43º | 0.83% | 0.51% | - |
| HSV(B) | 311.43º | 0.9% | 0.92% | - |
| XYZ | 44 | 22.04 | 52.97 | - |
| YUV | 106.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 194 | 0 | 0.90 | 0.17 | 0.08 | 311.43 | 0.83 | 0.51 |
| Hex | EA | 18 | C2 | 0 | 5A | 11 | 8 | 137 | 53 | 33 |
| Octal | 352 | 30 | 302 | 0 | 132 | 21 | 10 | 467 | 123 | 63 |
| Binary | 11101010 | 11000 | 11000010 | 0 | 1011010 | 10001 | 1000 | 100110111 | 1010011 | 110011 |
Color Harmonies of #EA18C2
Complementary color
Monochromatic Colors of #EA18C2
Black with #EA18C2
Text Example
Text Example
White with #EA18C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18C2; }
p { color: rgb(234,24,194); }
H1.HeaderClassName
{
color: #EA18C2;
}
.AnyTagClassName
{
color: #EA18C2;
}
</style>
background-color css
<style>
a { background-color: #EA18C2; }
a { background-color: rgb(234,24,194); }
div.DivClassName
{
background-color: #EA18C2;
}
.BgClassName
{
background-color: #EA18C2;
}
</style>
border-color css
<style>
span { border-color: #EA18C2; }
span { border-color: rgb(234,24,194); }
td.TdClassName
{
border-color: #EA18C2;
}
.TagClassName
{
border-color: #EA18C2;
}
</style>