Shades of Shocking Pink #EA15D3
Tints of Shocking Pink #EA15D3
RGB
CMYK
RGB Variations
Color information
#EA15D3 (or 0xEA15D3) is known color: Shocking Pink. HEX triplet: EA, 15 and D3. RGB value is (234,21,211). Sum of RGB (Red+Green+Blue) = 234+21+211=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15D3 is #15EA2C. Grayscale: #696969. Windows color (decimal): -1436205 or 13833706. OLE color: 13833706.
HSL color Cylindrical-coordinate representation of color #EA15D3: hue angle of 306.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15D3 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 211 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.08 |
| HSL | 306.48º | 0.84% | 0.5% | - |
| HSV(B) | 306.48º | 0.91% | 0.92% | - |
| XYZ | 45.96 | 22.73 | 63.59 | - |
| YUV | 106.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 211 | 0 | 0.91 | 0.10 | 0.08 | 306.48 | 0.84 | 0.5 |
| Hex | EA | 15 | D3 | 0 | 5B | A | 8 | 132 | 54 | 32 |
| Octal | 352 | 25 | 323 | 0 | 133 | 12 | 10 | 462 | 124 | 62 |
| Binary | 11101010 | 10101 | 11010011 | 0 | 1011011 | 1010 | 1000 | 100110010 | 1010100 | 110010 |
Color Harmonies of #EA15D3
Complementary color
Monochromatic Colors of #EA15D3
Black with #EA15D3
Text Example
Text Example
White with #EA15D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA15D3; }
p { color: rgb(234,21,211); }
H1.HeaderClassName
{
color: #EA15D3;
}
.AnyTagClassName
{
color: #EA15D3;
}
</style>
background-color css
<style>
a { background-color: #EA15D3; }
a { background-color: rgb(234,21,211); }
div.DivClassName
{
background-color: #EA15D3;
}
.BgClassName
{
background-color: #EA15D3;
}
</style>
border-color css
<style>
span { border-color: #EA15D3; }
span { border-color: rgb(234,21,211); }
td.TdClassName
{
border-color: #EA15D3;
}
.TagClassName
{
border-color: #EA15D3;
}
</style>