Shades of Shocking Pink #EA1DC4
Tints of Shocking Pink #EA1DC4
RGB
CMYK
RGB Variations
Color information
#EA1DC4 (or 0xEA1DC4) is known color: Shocking Pink. HEX triplet: EA, 1D and C4. RGB value is (234,29,196). Sum of RGB (Red+Green+Blue) = 234+29+196=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DC4 is #15E23B. Grayscale: #6C6C6C. Windows color (decimal): -1434172 or 12852714. OLE color: 12852714.
HSL color Cylindrical-coordinate representation of color #EA1DC4: hue angle of 311.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DC4 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 196 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.08 |
| HSL | 311.12º | 0.83% | 0.52% | - |
| HSV(B) | 311.12º | 0.88% | 0.92% | - |
| XYZ | 44.33 | 22.36 | 54.2 | - |
| YUV | 109.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 196 | 0 | 0.88 | 0.16 | 0.08 | 311.12 | 0.83 | 0.52 |
| Hex | EA | 1D | C4 | 0 | 58 | 10 | 8 | 137 | 53 | 34 |
| Octal | 352 | 35 | 304 | 0 | 130 | 20 | 10 | 467 | 123 | 64 |
| Binary | 11101010 | 11101 | 11000100 | 0 | 1011000 | 10000 | 1000 | 100110111 | 1010011 | 110100 |
Color Harmonies of #EA1DC4
Complementary color
Monochromatic Colors of #EA1DC4
Black with #EA1DC4
Text Example
Text Example
White with #EA1DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DC4; }
p { color: rgb(234,29,196); }
H1.HeaderClassName
{
color: #EA1DC4;
}
.AnyTagClassName
{
color: #EA1DC4;
}
</style>
background-color css
<style>
a { background-color: #EA1DC4; }
a { background-color: rgb(234,29,196); }
div.DivClassName
{
background-color: #EA1DC4;
}
.BgClassName
{
background-color: #EA1DC4;
}
</style>
border-color css
<style>
span { border-color: #EA1DC4; }
span { border-color: rgb(234,29,196); }
td.TdClassName
{
border-color: #EA1DC4;
}
.TagClassName
{
border-color: #EA1DC4;
}
</style>