Shades of Shocking #EA98BE
Tints of Shocking #EA98BE
RGB
CMYK
RGB Variations
Color information
#EA98BE (or 0xEA98BE) is known color: Shocking. HEX triplet: EA, 98 and BE. RGB value is (234,152,190). Sum of RGB (Red+Green+Blue) = 234+152+190=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98BE is #156741. Grayscale: #B4B4B4. Windows color (decimal): -1402690 or 12490986. OLE color: 12490986.
HSL color Cylindrical-coordinate representation of color #EA98BE: hue angle of 332.2º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA98BE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 190 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.08 |
| HSL | 332.2º | 0.66% | 0.76% | - |
| HSV(B) | 332.2º | 0.35% | 0.92% | - |
| XYZ | 54.45 | 43.67 | 54.27 | - |
| YUV | 180.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 190 | 0 | 0.35 | 0.19 | 0.08 | 332.2 | 0.66 | 0.76 |
| Hex | EA | 98 | BE | 0 | 23 | 13 | 8 | 14C | 42 | 4C |
| Octal | 352 | 230 | 276 | 0 | 43 | 23 | 10 | 514 | 102 | 114 |
| Binary | 11101010 | 10011000 | 10111110 | 0 | 100011 | 10011 | 1000 | 101001100 | 1000010 | 1001100 |
Color Harmonies of #EA98BE
Complementary color
Monochromatic Colors of #EA98BE
Black with #EA98BE
Text Example
Text Example
White with #EA98BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98BE; }
p { color: rgb(234,152,190); }
H1.HeaderClassName
{
color: #EA98BE;
}
.AnyTagClassName
{
color: #EA98BE;
}
</style>
background-color css
<style>
a { background-color: #EA98BE; }
a { background-color: rgb(234,152,190); }
div.DivClassName
{
background-color: #EA98BE;
}
.BgClassName
{
background-color: #EA98BE;
}
</style>
border-color css
<style>
span { border-color: #EA98BE; }
span { border-color: rgb(234,152,190); }
td.TdClassName
{
border-color: #EA98BE;
}
.TagClassName
{
border-color: #EA98BE;
}
</style>