Shades of Shocking #E38FCA
Tints of Shocking #E38FCA
RGB
CMYK
RGB Variations
Color information
#E38FCA (or 0xE38FCA) is known color: Shocking. HEX triplet: E3, 8F and CA. RGB value is (227,143,202). Sum of RGB (Red+Green+Blue) = 227+143+202=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FCA is #1C7035. Grayscale: #AEAEAE. Windows color (decimal): -1863734 or 13275107. OLE color: 13275107.
HSL color Cylindrical-coordinate representation of color #E38FCA: hue angle of 317.86º 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 #E38FCA is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 202 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.11 |
| HSL | 317.86º | 0.6% | 0.73% | - |
| HSV(B) | 317.86º | 0.37% | 0.89% | - |
| XYZ | 52.16 | 40.24 | 60.9 | - |
| YUV | 174.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 202 | 0 | 0.37 | 0.11 | 0.11 | 317.86 | 0.6 | 0.73 |
| Hex | E3 | 8F | CA | 0 | 25 | B | B | 13E | 3C | 49 |
| Octal | 343 | 217 | 312 | 0 | 45 | 13 | 13 | 476 | 74 | 111 |
| Binary | 11100011 | 10001111 | 11001010 | 0 | 100101 | 1011 | 1011 | 100111110 | 111100 | 1001001 |
Color Harmonies of #E38FCA
Complementary color
Monochromatic Colors of #E38FCA
Black with #E38FCA
Text Example
Text Example
White with #E38FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FCA; }
p { color: rgb(227,143,202); }
H1.HeaderClassName
{
color: #E38FCA;
}
.AnyTagClassName
{
color: #E38FCA;
}
</style>
background-color css
<style>
a { background-color: #E38FCA; }
a { background-color: rgb(227,143,202); }
div.DivClassName
{
background-color: #E38FCA;
}
.BgClassName
{
background-color: #E38FCA;
}
</style>
border-color css
<style>
span { border-color: #E38FCA; }
span { border-color: rgb(227,143,202); }
td.TdClassName
{
border-color: #E38FCA;
}
.TagClassName
{
border-color: #E38FCA;
}
</style>