Shades of Shocking Pink #EA17D2
Tints of Shocking Pink #EA17D2
RGB
CMYK
RGB Variations
Color information
#EA17D2 (or 0xEA17D2) is known color: Shocking Pink. HEX triplet: EA, 17 and D2. RGB value is (234,23,210). Sum of RGB (Red+Green+Blue) = 234+23+210=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17D2 is #15E82D. Grayscale: #6A6A6A. Windows color (decimal): -1435694 or 13768682. OLE color: 13768682.
HSL color Cylindrical-coordinate representation of color #EA17D2: hue angle of 306.82º 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 #EA17D2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 210 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.08 |
| HSL | 306.82º | 0.83% | 0.5% | - |
| HSV(B) | 306.82º | 0.9% | 0.92% | - |
| XYZ | 45.87 | 22.76 | 62.95 | - |
| YUV | 107.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 210 | 0 | 0.90 | 0.10 | 0.08 | 306.82 | 0.83 | 0.5 |
| Hex | EA | 17 | D2 | 0 | 5A | A | 8 | 133 | 53 | 32 |
| Octal | 352 | 27 | 322 | 0 | 132 | 12 | 10 | 463 | 123 | 62 |
| Binary | 11101010 | 10111 | 11010010 | 0 | 1011010 | 1010 | 1000 | 100110011 | 1010011 | 110010 |
Color Harmonies of #EA17D2
Complementary color
Monochromatic Colors of #EA17D2
Black with #EA17D2
Text Example
Text Example
White with #EA17D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17D2; }
p { color: rgb(234,23,210); }
H1.HeaderClassName
{
color: #EA17D2;
}
.AnyTagClassName
{
color: #EA17D2;
}
</style>
background-color css
<style>
a { background-color: #EA17D2; }
a { background-color: rgb(234,23,210); }
div.DivClassName
{
background-color: #EA17D2;
}
.BgClassName
{
background-color: #EA17D2;
}
</style>
border-color css
<style>
span { border-color: #EA17D2; }
span { border-color: rgb(234,23,210); }
td.TdClassName
{
border-color: #EA17D2;
}
.TagClassName
{
border-color: #EA17D2;
}
</style>