Shades of Shocking #E48CBB
Tints of Shocking #E48CBB
RGB
CMYK
RGB Variations
Color information
#E48CBB (or 0xE48CBB) is known color: Shocking. HEX triplet: E4, 8C and BB. RGB value is (228,140,187). Sum of RGB (Red+Green+Blue) = 228+140+187=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CBB is #1B7344. Grayscale: #ABABAB. Windows color (decimal): -1798981 or 12291300. OLE color: 12291300.
HSL color Cylindrical-coordinate representation of color #E48CBB: hue angle of 327.95º degrees, saturation: 0.62, 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 #E48CBB is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 187 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.11 |
| HSL | 327.95º | 0.62% | 0.72% | - |
| HSV(B) | 327.95º | 0.39% | 0.89% | - |
| XYZ | 50.34 | 38.84 | 51.86 | - |
| YUV | 171.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 187 | 0 | 0.39 | 0.18 | 0.11 | 327.95 | 0.62 | 0.72 |
| Hex | E4 | 8C | BB | 0 | 27 | 12 | B | 148 | 3E | 48 |
| Octal | 344 | 214 | 273 | 0 | 47 | 22 | 13 | 510 | 76 | 110 |
| Binary | 11100100 | 10001100 | 10111011 | 0 | 100111 | 10010 | 1011 | 101001000 | 111110 | 1001000 |
Color Harmonies of #E48CBB
Complementary color
Monochromatic Colors of #E48CBB
Black with #E48CBB
Text Example
Text Example
White with #E48CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CBB; }
p { color: rgb(228,140,187); }
H1.HeaderClassName
{
color: #E48CBB;
}
.AnyTagClassName
{
color: #E48CBB;
}
</style>
background-color css
<style>
a { background-color: #E48CBB; }
a { background-color: rgb(228,140,187); }
div.DivClassName
{
background-color: #E48CBB;
}
.BgClassName
{
background-color: #E48CBB;
}
</style>
border-color css
<style>
span { border-color: #E48CBB; }
span { border-color: rgb(228,140,187); }
td.TdClassName
{
border-color: #E48CBB;
}
.TagClassName
{
border-color: #E48CBB;
}
</style>