Shades of Shocking Pink #EA1BCC
Tints of Shocking Pink #EA1BCC
RGB
CMYK
RGB Variations
Color information
#EA1BCC (or 0xEA1BCC) is known color: Shocking Pink. HEX triplet: EA, 1B and CC. RGB value is (234,27,204). Sum of RGB (Red+Green+Blue) = 234+27+204=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1BCC is #15E433. Grayscale: #6C6C6C. Windows color (decimal): -1434676 or 13376490. OLE color: 13376490.
HSL color Cylindrical-coordinate representation of color #EA1BCC: hue angle of 308.7º 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 #EA1BCC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 204 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.08 |
| HSL | 308.7º | 0.83% | 0.51% | - |
| HSV(B) | 308.7º | 0.88% | 0.92% | - |
| XYZ | 45.22 | 22.64 | 59.11 | - |
| YUV | 109.07 | 181.58 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 204 | 0 | 0.88 | 0.13 | 0.08 | 308.7 | 0.83 | 0.51 |
| Hex | EA | 1B | CC | 0 | 58 | D | 8 | 135 | 53 | 33 |
| Octal | 352 | 33 | 314 | 0 | 130 | 15 | 10 | 465 | 123 | 63 |
| Binary | 11101010 | 11011 | 11001100 | 0 | 1011000 | 1101 | 1000 | 100110101 | 1010011 | 110011 |
Color Harmonies of #EA1BCC
Complementary color
Monochromatic Colors of #EA1BCC
Black with #EA1BCC
Text Example
Text Example
White with #EA1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BCC; }
p { color: rgb(234,27,204); }
H1.HeaderClassName
{
color: #EA1BCC;
}
.AnyTagClassName
{
color: #EA1BCC;
}
</style>
background-color css
<style>
a { background-color: #EA1BCC; }
a { background-color: rgb(234,27,204); }
div.DivClassName
{
background-color: #EA1BCC;
}
.BgClassName
{
background-color: #EA1BCC;
}
</style>
border-color css
<style>
span { border-color: #EA1BCC; }
span { border-color: rgb(234,27,204); }
td.TdClassName
{
border-color: #EA1BCC;
}
.TagClassName
{
border-color: #EA1BCC;
}
</style>