Shades of Shocking #E38FCC
Tints of Shocking #E38FCC
RGB
CMYK
RGB Variations
Color information
#E38FCC (or 0xE38FCC) is known color: Shocking. HEX triplet: E3, 8F and CC. RGB value is (227,143,204). Sum of RGB (Red+Green+Blue) = 227+143+204=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FCC is #1C7033. Grayscale: #AEAEAE. Windows color (decimal): -1863732 or 13406179. OLE color: 13406179.
HSL color Cylindrical-coordinate representation of color #E38FCC: hue angle of 316.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FCC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 204 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 316.43º | 0.6% | 0.73% | - |
| HSV(B) | 316.43º | 0.37% | 0.89% | - |
| XYZ | 52.4 | 40.34 | 62.15 | - |
| YUV | 175.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 204 | 0 | 0.37 | 0.10 | 0.11 | 316.43 | 0.6 | 0.73 |
| Hex | E3 | 8F | CC | 0 | 25 | A | B | 13C | 3C | 49 |
| Octal | 343 | 217 | 314 | 0 | 45 | 12 | 13 | 474 | 74 | 111 |
| Binary | 11100011 | 10001111 | 11001100 | 0 | 100101 | 1010 | 1011 | 100111100 | 111100 | 1001001 |
Color Harmonies of #E38FCC
Complementary color
Monochromatic Colors of #E38FCC
Black with #E38FCC
Text Example
Text Example
White with #E38FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FCC; }
p { color: rgb(227,143,204); }
H1.HeaderClassName
{
color: #E38FCC;
}
.AnyTagClassName
{
color: #E38FCC;
}
</style>
background-color css
<style>
a { background-color: #E38FCC; }
a { background-color: rgb(227,143,204); }
div.DivClassName
{
background-color: #E38FCC;
}
.BgClassName
{
background-color: #E38FCC;
}
</style>
border-color css
<style>
span { border-color: #E38FCC; }
span { border-color: rgb(227,143,204); }
td.TdClassName
{
border-color: #E38FCC;
}
.TagClassName
{
border-color: #E38FCC;
}
</style>