Shades of Shocking Pink #EA17CD
Tints of Shocking Pink #EA17CD
RGB
CMYK
RGB Variations
Color information
#EA17CD (or 0xEA17CD) is known color: Shocking Pink. HEX triplet: EA, 17 and CD. RGB value is (234,23,205). Sum of RGB (Red+Green+Blue) = 234+23+205=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17CD is #15E832. Grayscale: #6A6A6A. Windows color (decimal): -1435699 or 13441002. OLE color: 13441002.
HSL color Cylindrical-coordinate representation of color #EA17CD: hue angle of 308.25º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17CD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.08 |
| HSL | 308.25º | 0.83% | 0.5% | - |
| HSV(B) | 308.25º | 0.9% | 0.92% | - |
| XYZ | 45.26 | 22.51 | 59.72 | - |
| YUV | 106.84 | 183.4 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 205 | 0 | 0.90 | 0.12 | 0.08 | 308.25 | 0.83 | 0.5 |
| Hex | EA | 17 | CD | 0 | 5A | C | 8 | 134 | 53 | 32 |
| Octal | 352 | 27 | 315 | 0 | 132 | 14 | 10 | 464 | 123 | 62 |
| Binary | 11101010 | 10111 | 11001101 | 0 | 1011010 | 1100 | 1000 | 100110100 | 1010011 | 110010 |
Color Harmonies of #EA17CD
Complementary color
Monochromatic Colors of #EA17CD
Black with #EA17CD
Text Example
Text Example
White with #EA17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17CD; }
p { color: rgb(234,23,205); }
H1.HeaderClassName
{
color: #EA17CD;
}
.AnyTagClassName
{
color: #EA17CD;
}
</style>
background-color css
<style>
a { background-color: #EA17CD; }
a { background-color: rgb(234,23,205); }
div.DivClassName
{
background-color: #EA17CD;
}
.BgClassName
{
background-color: #EA17CD;
}
</style>
border-color css
<style>
span { border-color: #EA17CD; }
span { border-color: rgb(234,23,205); }
td.TdClassName
{
border-color: #EA17CD;
}
.TagClassName
{
border-color: #EA17CD;
}
</style>