Shades of Shocking #E398CA
Tints of Shocking #E398CA
RGB
CMYK
RGB Variations
Color information
#E398CA (or 0xE398CA) is known color: Shocking. HEX triplet: E3, 98 and CA. RGB value is (227,152,202). Sum of RGB (Red+Green+Blue) = 227+152+202=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E398CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E398CA is #1C6735. Grayscale: #B3B3B3. Windows color (decimal): -1861430 or 13277411. OLE color: 13277411.
HSL color Cylindrical-coordinate representation of color #E398CA: hue angle of 320º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E398CA is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 202 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.11 |
| HSL | 320º | 0.57% | 0.74% | - |
| HSV(B) | 320º | 0.33% | 0.89% | - |
| XYZ | 53.57 | 43.05 | 61.36 | - |
| YUV | 180.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 202 | 0 | 0.33 | 0.11 | 0.11 | 320 | 0.57 | 0.74 |
| Hex | E3 | 98 | CA | 0 | 21 | B | B | 140 | 39 | 4A |
| Octal | 343 | 230 | 312 | 0 | 41 | 13 | 13 | 500 | 71 | 112 |
| Binary | 11100011 | 10011000 | 11001010 | 0 | 100001 | 1011 | 1011 | 101000000 | 111001 | 1001010 |
Color Harmonies of #E398CA
Complementary color
Monochromatic Colors of #E398CA
Black with #E398CA
Text Example
Text Example
White with #E398CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398CA; }
p { color: rgb(227,152,202); }
H1.HeaderClassName
{
color: #E398CA;
}
.AnyTagClassName
{
color: #E398CA;
}
</style>
background-color css
<style>
a { background-color: #E398CA; }
a { background-color: rgb(227,152,202); }
div.DivClassName
{
background-color: #E398CA;
}
.BgClassName
{
background-color: #E398CA;
}
</style>
border-color css
<style>
span { border-color: #E398CA; }
span { border-color: rgb(227,152,202); }
td.TdClassName
{
border-color: #E398CA;
}
.TagClassName
{
border-color: #E398CA;
}
</style>