Shades of Shocking Pink #EA1CC3
Tints of Shocking Pink #EA1CC3
RGB
CMYK
RGB Variations
Color information
#EA1CC3 (or 0xEA1CC3) is known color: Shocking Pink. HEX triplet: EA, 1C and C3. RGB value is (234,28,195). Sum of RGB (Red+Green+Blue) = 234+28+195=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CC3 is #15E33C. Grayscale: #6C6C6C. Windows color (decimal): -1434429 or 12786922. OLE color: 12786922.
HSL color Cylindrical-coordinate representation of color #EA1CC3: hue angle of 311.36º 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 #EA1CC3 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 195 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.08 |
| HSL | 311.36º | 0.83% | 0.51% | - |
| HSV(B) | 311.36º | 0.88% | 0.92% | - |
| XYZ | 44.2 | 22.26 | 53.6 | - |
| YUV | 108.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 195 | 0 | 0.88 | 0.17 | 0.08 | 311.36 | 0.83 | 0.51 |
| Hex | EA | 1C | C3 | 0 | 58 | 11 | 8 | 137 | 53 | 33 |
| Octal | 352 | 34 | 303 | 0 | 130 | 21 | 10 | 467 | 123 | 63 |
| Binary | 11101010 | 11100 | 11000011 | 0 | 1011000 | 10001 | 1000 | 100110111 | 1010011 | 110011 |
Color Harmonies of #EA1CC3
Complementary color
Monochromatic Colors of #EA1CC3
Black with #EA1CC3
Text Example
Text Example
White with #EA1CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CC3; }
p { color: rgb(234,28,195); }
H1.HeaderClassName
{
color: #EA1CC3;
}
.AnyTagClassName
{
color: #EA1CC3;
}
</style>
background-color css
<style>
a { background-color: #EA1CC3; }
a { background-color: rgb(234,28,195); }
div.DivClassName
{
background-color: #EA1CC3;
}
.BgClassName
{
background-color: #EA1CC3;
}
</style>
border-color css
<style>
span { border-color: #EA1CC3; }
span { border-color: rgb(234,28,195); }
td.TdClassName
{
border-color: #EA1CC3;
}
.TagClassName
{
border-color: #EA1CC3;
}
</style>