Shades of Shocking #E594B9
Tints of Shocking #E594B9
RGB
CMYK
RGB Variations
Color information
#E594B9 (or 0xE594B9) is known color: Shocking. HEX triplet: E5, 94 and B9. RGB value is (229,148,185). Sum of RGB (Red+Green+Blue) = 229+148+185=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594B9 is #1A6B46. Grayscale: #B0B0B0. Windows color (decimal): -1731399 or 12162277. OLE color: 12162277.
HSL color Cylindrical-coordinate representation of color #E594B9: hue angle of 332.59º 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 #E594B9 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 185 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.10 |
| HSL | 332.59º | 0.61% | 0.74% | - |
| HSV(B) | 332.59º | 0.35% | 0.9% | - |
| XYZ | 51.66 | 41.34 | 51.16 | - |
| YUV | 176.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 185 | 0 | 0.35 | 0.19 | 0.10 | 332.59 | 0.61 | 0.74 |
| Hex | E5 | 94 | B9 | 0 | 23 | 13 | A | 14D | 3D | 4A |
| Octal | 345 | 224 | 271 | 0 | 43 | 23 | 12 | 515 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10111001 | 0 | 100011 | 10011 | 1010 | 101001101 | 111101 | 1001010 |
Color Harmonies of #E594B9
Complementary color
Monochromatic Colors of #E594B9
Black with #E594B9
Text Example
Text Example
White with #E594B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594B9; }
p { color: rgb(229,148,185); }
H1.HeaderClassName
{
color: #E594B9;
}
.AnyTagClassName
{
color: #E594B9;
}
</style>
background-color css
<style>
a { background-color: #E594B9; }
a { background-color: rgb(229,148,185); }
div.DivClassName
{
background-color: #E594B9;
}
.BgClassName
{
background-color: #E594B9;
}
</style>
border-color css
<style>
span { border-color: #E594B9; }
span { border-color: rgb(229,148,185); }
td.TdClassName
{
border-color: #E594B9;
}
.TagClassName
{
border-color: #E594B9;
}
</style>