Shades of Shocking #E594BA
Tints of Shocking #E594BA
RGB
CMYK
RGB Variations
Color information
#E594BA (or 0xE594BA) is known color: Shocking. HEX triplet: E5, 94 and BA. RGB value is (229,148,186). Sum of RGB (Red+Green+Blue) = 229+148+186=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E594BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594BA is #1A6B45. Grayscale: #B0B0B0. Windows color (decimal): -1731398 or 12227813. OLE color: 12227813.
HSL color Cylindrical-coordinate representation of color #E594BA: hue angle of 331.85º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594BA is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 186 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.10 |
| HSL | 331.85º | 0.61% | 0.74% | - |
| HSV(B) | 331.85º | 0.35% | 0.9% | - |
| XYZ | 51.77 | 41.38 | 51.71 | - |
| YUV | 176.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 186 | 0 | 0.35 | 0.19 | 0.10 | 331.85 | 0.61 | 0.74 |
| Hex | E5 | 94 | BA | 0 | 23 | 13 | A | 14C | 3D | 4A |
| Octal | 345 | 224 | 272 | 0 | 43 | 23 | 12 | 514 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10111010 | 0 | 100011 | 10011 | 1010 | 101001100 | 111101 | 1001010 |
Color Harmonies of #E594BA
Complementary color
Monochromatic Colors of #E594BA
Black with #E594BA
Text Example
Text Example
White with #E594BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594BA; }
p { color: rgb(229,148,186); }
H1.HeaderClassName
{
color: #E594BA;
}
.AnyTagClassName
{
color: #E594BA;
}
</style>
background-color css
<style>
a { background-color: #E594BA; }
a { background-color: rgb(229,148,186); }
div.DivClassName
{
background-color: #E594BA;
}
.BgClassName
{
background-color: #E594BA;
}
</style>
border-color css
<style>
span { border-color: #E594BA; }
span { border-color: rgb(229,148,186); }
td.TdClassName
{
border-color: #E594BA;
}
.TagClassName
{
border-color: #E594BA;
}
</style>