Shades of Shocking #E38FCE
Tints of Shocking #E38FCE
RGB
CMYK
RGB Variations
Color information
#E38FCE (or 0xE38FCE) is known color: Shocking. HEX triplet: E3, 8F and CE. RGB value is (227,143,206). Sum of RGB (Red+Green+Blue) = 227+143+206=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FCE is #1C7031. Grayscale: #AFAFAF. Windows color (decimal): -1863730 or 13537251. OLE color: 13537251.
HSL color Cylindrical-coordinate representation of color #E38FCE: hue angle of 315º 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 #E38FCE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 206 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.11 |
| HSL | 315º | 0.6% | 0.73% | - |
| HSV(B) | 315º | 0.37% | 0.89% | - |
| XYZ | 52.64 | 40.43 | 63.42 | - |
| YUV | 175.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 206 | 0 | 0.37 | 0.09 | 0.11 | 315 | 0.6 | 0.73 |
| Hex | E3 | 8F | CE | 0 | 25 | 9 | B | 13B | 3C | 49 |
| Octal | 343 | 217 | 316 | 0 | 45 | 11 | 13 | 473 | 74 | 111 |
| Binary | 11100011 | 10001111 | 11001110 | 0 | 100101 | 1001 | 1011 | 100111011 | 111100 | 1001001 |
Color Harmonies of #E38FCE
Complementary color
Monochromatic Colors of #E38FCE
Black with #E38FCE
Text Example
Text Example
White with #E38FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FCE; }
p { color: rgb(227,143,206); }
H1.HeaderClassName
{
color: #E38FCE;
}
.AnyTagClassName
{
color: #E38FCE;
}
</style>
background-color css
<style>
a { background-color: #E38FCE; }
a { background-color: rgb(227,143,206); }
div.DivClassName
{
background-color: #E38FCE;
}
.BgClassName
{
background-color: #E38FCE;
}
</style>
border-color css
<style>
span { border-color: #E38FCE; }
span { border-color: rgb(227,143,206); }
td.TdClassName
{
border-color: #E38FCE;
}
.TagClassName
{
border-color: #E38FCE;
}
</style>