Shades of Shocking #EA90BA
Tints of Shocking #EA90BA
RGB
CMYK
RGB Variations
Color information
#EA90BA (or 0xEA90BA) is known color: Shocking. HEX triplet: EA, 90 and BA. RGB value is (234,144,186). Sum of RGB (Red+Green+Blue) = 234+144+186=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90BA is #156F45. Grayscale: #AFAFAF. Windows color (decimal): -1404742 or 12226794. OLE color: 12226794.
HSL color Cylindrical-coordinate representation of color #EA90BA: hue angle of 332º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90BA is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 186 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.08 |
| HSL | 332º | 0.68% | 0.74% | - |
| HSV(B) | 332º | 0.38% | 0.92% | - |
| XYZ | 52.77 | 40.98 | 51.58 | - |
| YUV | 175.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 186 | 0 | 0.38 | 0.21 | 0.08 | 332 | 0.68 | 0.74 |
| Hex | EA | 90 | BA | 0 | 26 | 15 | 8 | 14C | 44 | 4A |
| Octal | 352 | 220 | 272 | 0 | 46 | 25 | 10 | 514 | 104 | 112 |
| Binary | 11101010 | 10010000 | 10111010 | 0 | 100110 | 10101 | 1000 | 101001100 | 1000100 | 1001010 |
Color Harmonies of #EA90BA
Complementary color
Monochromatic Colors of #EA90BA
Black with #EA90BA
Text Example
Text Example
White with #EA90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90BA; }
p { color: rgb(234,144,186); }
H1.HeaderClassName
{
color: #EA90BA;
}
.AnyTagClassName
{
color: #EA90BA;
}
</style>
background-color css
<style>
a { background-color: #EA90BA; }
a { background-color: rgb(234,144,186); }
div.DivClassName
{
background-color: #EA90BA;
}
.BgClassName
{
background-color: #EA90BA;
}
</style>
border-color css
<style>
span { border-color: #EA90BA; }
span { border-color: rgb(234,144,186); }
td.TdClassName
{
border-color: #EA90BA;
}
.TagClassName
{
border-color: #EA90BA;
}
</style>