Shades of Shocking #E38CC3
Tints of Shocking #E38CC3
RGB
CMYK
RGB Variations
Color information
#E38CC3 (or 0xE38CC3) is known color: Shocking. HEX triplet: E3, 8C and C3. RGB value is (227,140,195). Sum of RGB (Red+Green+Blue) = 227+140+195=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CC3 is #1C733C. Grayscale: #ACACAC. Windows color (decimal): -1864509 or 12815587. OLE color: 12815587.
HSL color Cylindrical-coordinate representation of color #E38CC3: hue angle of 322.07º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38CC3 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 195 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.11 |
| HSL | 322.07º | 0.61% | 0.72% | - |
| HSV(B) | 322.07º | 0.38% | 0.89% | - |
| XYZ | 50.91 | 39.03 | 56.48 | - |
| YUV | 172.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 195 | 0 | 0.38 | 0.14 | 0.11 | 322.07 | 0.61 | 0.72 |
| Hex | E3 | 8C | C3 | 0 | 26 | E | B | 142 | 3D | 48 |
| Octal | 343 | 214 | 303 | 0 | 46 | 16 | 13 | 502 | 75 | 110 |
| Binary | 11100011 | 10001100 | 11000011 | 0 | 100110 | 1110 | 1011 | 101000010 | 111101 | 1001000 |
Color Harmonies of #E38CC3
Complementary color
Monochromatic Colors of #E38CC3
Black with #E38CC3
Text Example
Text Example
White with #E38CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38CC3; }
p { color: rgb(227,140,195); }
H1.HeaderClassName
{
color: #E38CC3;
}
.AnyTagClassName
{
color: #E38CC3;
}
</style>
background-color css
<style>
a { background-color: #E38CC3; }
a { background-color: rgb(227,140,195); }
div.DivClassName
{
background-color: #E38CC3;
}
.BgClassName
{
background-color: #E38CC3;
}
</style>
border-color css
<style>
span { border-color: #E38CC3; }
span { border-color: rgb(227,140,195); }
td.TdClassName
{
border-color: #E38CC3;
}
.TagClassName
{
border-color: #E38CC3;
}
</style>