Shades of Shocking Pink #EA23C2
Tints of Shocking Pink #EA23C2
RGB
CMYK
RGB Variations
Color information
#EA23C2 (or 0xEA23C2) is known color: Shocking Pink. HEX triplet: EA, 23 and C2. RGB value is (234,35,194). Sum of RGB (Red+Green+Blue) = 234+35+194=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA23C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA23C2 is #15DC3D. Grayscale: #707070. Windows color (decimal): -1432638 or 12723178. OLE color: 12723178.
HSL color Cylindrical-coordinate representation of color #EA23C2: hue angle of 312.06º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA23C2 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 194 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.08 |
| HSL | 312.06º | 0.83% | 0.53% | - |
| HSV(B) | 312.06º | 0.85% | 0.92% | - |
| XYZ | 44.27 | 22.59 | 53.07 | - |
| YUV | 112.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 194 | 0 | 0.85 | 0.17 | 0.08 | 312.06 | 0.83 | 0.53 |
| Hex | EA | 23 | C2 | 0 | 55 | 11 | 8 | 138 | 53 | 35 |
| Octal | 352 | 43 | 302 | 0 | 125 | 21 | 10 | 470 | 123 | 65 |
| Binary | 11101010 | 100011 | 11000010 | 0 | 1010101 | 10001 | 1000 | 100111000 | 1010011 | 110101 |
Color Harmonies of #EA23C2
Complementary color
Monochromatic Colors of #EA23C2
Black with #EA23C2
Text Example
Text Example
White with #EA23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA23C2; }
p { color: rgb(234,35,194); }
H1.HeaderClassName
{
color: #EA23C2;
}
.AnyTagClassName
{
color: #EA23C2;
}
</style>
background-color css
<style>
a { background-color: #EA23C2; }
a { background-color: rgb(234,35,194); }
div.DivClassName
{
background-color: #EA23C2;
}
.BgClassName
{
background-color: #EA23C2;
}
</style>
border-color css
<style>
span { border-color: #EA23C2; }
span { border-color: rgb(234,35,194); }
td.TdClassName
{
border-color: #EA23C2;
}
.TagClassName
{
border-color: #EA23C2;
}
</style>