Shades of Shocking #E58AB4
Tints of Shocking #E58AB4
RGB
CMYK
RGB Variations
Color information
#E58AB4 (or 0xE58AB4) is known color: Shocking. HEX triplet: E5, 8A and B4. RGB value is (229,138,180). Sum of RGB (Red+Green+Blue) = 229+138+180=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AB4 is #1A754B. Grayscale: #A9A9A9. Windows color (decimal): -1733964 or 11832037. OLE color: 11832037.
HSL color Cylindrical-coordinate representation of color #E58AB4: hue angle of 332.31º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AB4 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 180 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.10 |
| HSL | 332.31º | 0.64% | 0.72% | - |
| HSV(B) | 332.31º | 0.4% | 0.9% | - |
| XYZ | 49.64 | 38.13 | 47.92 | - |
| YUV | 170 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 180 | 0 | 0.40 | 0.21 | 0.10 | 332.31 | 0.64 | 0.72 |
| Hex | E5 | 8A | B4 | 0 | 28 | 15 | A | 14C | 40 | 48 |
| Octal | 345 | 212 | 264 | 0 | 50 | 25 | 12 | 514 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10110100 | 0 | 101000 | 10101 | 1010 | 101001100 | 1000000 | 1001000 |
Color Harmonies of #E58AB4
Complementary color
Monochromatic Colors of #E58AB4
Black with #E58AB4
Text Example
Text Example
White with #E58AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AB4; }
p { color: rgb(229,138,180); }
H1.HeaderClassName
{
color: #E58AB4;
}
.AnyTagClassName
{
color: #E58AB4;
}
</style>
background-color css
<style>
a { background-color: #E58AB4; }
a { background-color: rgb(229,138,180); }
div.DivClassName
{
background-color: #E58AB4;
}
.BgClassName
{
background-color: #E58AB4;
}
</style>
border-color css
<style>
span { border-color: #E58AB4; }
span { border-color: rgb(229,138,180); }
td.TdClassName
{
border-color: #E58AB4;
}
.TagClassName
{
border-color: #E58AB4;
}
</style>