Shades of Shocking #EA93C4
Tints of Shocking #EA93C4
RGB
CMYK
RGB Variations
Color information
#EA93C4 (or 0xEA93C4) is known color: Shocking. HEX triplet: EA, 93 and C4. RGB value is (234,147,196). Sum of RGB (Red+Green+Blue) = 234+147+196=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93C4 is #156C3B. Grayscale: #B2B2B2. Windows color (decimal): -1403964 or 12882922. OLE color: 12882922.
HSL color Cylindrical-coordinate representation of color #EA93C4: hue angle of 326.21º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93C4 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 196 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.08 |
| HSL | 326.21º | 0.67% | 0.75% | - |
| HSV(B) | 326.21º | 0.37% | 0.92% | - |
| XYZ | 54.33 | 42.35 | 57.53 | - |
| YUV | 178.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 196 | 0 | 0.37 | 0.16 | 0.08 | 326.21 | 0.67 | 0.75 |
| Hex | EA | 93 | C4 | 0 | 25 | 10 | 8 | 146 | 43 | 4B |
| Octal | 352 | 223 | 304 | 0 | 45 | 20 | 10 | 506 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11000100 | 0 | 100101 | 10000 | 1000 | 101000110 | 1000011 | 1001011 |
Color Harmonies of #EA93C4
Complementary color
Monochromatic Colors of #EA93C4
Black with #EA93C4
Text Example
Text Example
White with #EA93C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93C4; }
p { color: rgb(234,147,196); }
H1.HeaderClassName
{
color: #EA93C4;
}
.AnyTagClassName
{
color: #EA93C4;
}
</style>
background-color css
<style>
a { background-color: #EA93C4; }
a { background-color: rgb(234,147,196); }
div.DivClassName
{
background-color: #EA93C4;
}
.BgClassName
{
background-color: #EA93C4;
}
</style>
border-color css
<style>
span { border-color: #EA93C4; }
span { border-color: rgb(234,147,196); }
td.TdClassName
{
border-color: #EA93C4;
}
.TagClassName
{
border-color: #EA93C4;
}
</style>