Shades of Shocking Pink #EA18D0
Tints of Shocking Pink #EA18D0
RGB
CMYK
RGB Variations
Color information
#EA18D0 (or 0xEA18D0) is known color: Shocking Pink. HEX triplet: EA, 18 and D0. RGB value is (234,24,208). Sum of RGB (Red+Green+Blue) = 234+24+208=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18D0 is #15E72F. Grayscale: #6B6B6B. Windows color (decimal): -1435440 or 13637866. OLE color: 13637866.
HSL color Cylindrical-coordinate representation of color #EA18D0: hue angle of 307.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18D0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 208 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.08 |
| HSL | 307.43º | 0.83% | 0.51% | - |
| HSV(B) | 307.43º | 0.9% | 0.92% | - |
| XYZ | 45.64 | 22.7 | 61.65 | - |
| YUV | 107.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 208 | 0 | 0.90 | 0.11 | 0.08 | 307.43 | 0.83 | 0.51 |
| Hex | EA | 18 | D0 | 0 | 5A | B | 8 | 133 | 53 | 33 |
| Octal | 352 | 30 | 320 | 0 | 132 | 13 | 10 | 463 | 123 | 63 |
| Binary | 11101010 | 11000 | 11010000 | 0 | 1011010 | 1011 | 1000 | 100110011 | 1010011 | 110011 |
Color Harmonies of #EA18D0
Complementary color
Monochromatic Colors of #EA18D0
Black with #EA18D0
Text Example
Text Example
White with #EA18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18D0; }
p { color: rgb(234,24,208); }
H1.HeaderClassName
{
color: #EA18D0;
}
.AnyTagClassName
{
color: #EA18D0;
}
</style>
background-color css
<style>
a { background-color: #EA18D0; }
a { background-color: rgb(234,24,208); }
div.DivClassName
{
background-color: #EA18D0;
}
.BgClassName
{
background-color: #EA18D0;
}
</style>
border-color css
<style>
span { border-color: #EA18D0; }
span { border-color: rgb(234,24,208); }
td.TdClassName
{
border-color: #EA18D0;
}
.TagClassName
{
border-color: #EA18D0;
}
</style>