Shades of Shocking #E38ABC
Tints of Shocking #E38ABC
RGB
CMYK
RGB Variations
Color information
#E38ABC (or 0xE38ABC) is known color: Shocking. HEX triplet: E3, 8A and BC. RGB value is (227,138,188). Sum of RGB (Red+Green+Blue) = 227+138+188=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ABC is #1C7543. Grayscale: #AAAAAA. Windows color (decimal): -1865028 or 12356323. OLE color: 12356323.
HSL color Cylindrical-coordinate representation of color #E38ABC: hue angle of 326.29º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38ABC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 188 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.11 |
| HSL | 326.29º | 0.61% | 0.72% | - |
| HSV(B) | 326.29º | 0.39% | 0.89% | - |
| XYZ | 49.84 | 38.14 | 52.31 | - |
| YUV | 170.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 188 | 0 | 0.39 | 0.17 | 0.11 | 326.29 | 0.61 | 0.72 |
| Hex | E3 | 8A | BC | 0 | 27 | 11 | B | 146 | 3D | 48 |
| Octal | 343 | 212 | 274 | 0 | 47 | 21 | 13 | 506 | 75 | 110 |
| Binary | 11100011 | 10001010 | 10111100 | 0 | 100111 | 10001 | 1011 | 101000110 | 111101 | 1001000 |
Color Harmonies of #E38ABC
Complementary color
Monochromatic Colors of #E38ABC
Black with #E38ABC
Text Example
Text Example
White with #E38ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38ABC; }
p { color: rgb(227,138,188); }
H1.HeaderClassName
{
color: #E38ABC;
}
.AnyTagClassName
{
color: #E38ABC;
}
</style>
background-color css
<style>
a { background-color: #E38ABC; }
a { background-color: rgb(227,138,188); }
div.DivClassName
{
background-color: #E38ABC;
}
.BgClassName
{
background-color: #E38ABC;
}
</style>
border-color css
<style>
span { border-color: #E38ABC; }
span { border-color: rgb(227,138,188); }
td.TdClassName
{
border-color: #E38ABC;
}
.TagClassName
{
border-color: #E38ABC;
}
</style>