Shades of Shocking #E398CD
Tints of Shocking #E398CD
RGB
CMYK
RGB Variations
Color information
#E398CD (or 0xE398CD) is known color: Shocking. HEX triplet: E3, 98 and CD. RGB value is (227,152,205). Sum of RGB (Red+Green+Blue) = 227+152+205=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E398CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E398CD is #1C6732. Grayscale: #B4B4B4. Windows color (decimal): -1861427 or 13474019. OLE color: 13474019.
HSL color Cylindrical-coordinate representation of color #E398CD: hue angle of 317.6º 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 #E398CD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 205 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.11 |
| HSL | 317.6º | 0.57% | 0.74% | - |
| HSV(B) | 317.6º | 0.33% | 0.89% | - |
| XYZ | 53.93 | 43.2 | 63.25 | - |
| YUV | 180.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 205 | 0 | 0.33 | 0.10 | 0.11 | 317.6 | 0.57 | 0.74 |
| Hex | E3 | 98 | CD | 0 | 21 | A | B | 13E | 39 | 4A |
| Octal | 343 | 230 | 315 | 0 | 41 | 12 | 13 | 476 | 71 | 112 |
| Binary | 11100011 | 10011000 | 11001101 | 0 | 100001 | 1010 | 1011 | 100111110 | 111001 | 1001010 |
Color Harmonies of #E398CD
Complementary color
Monochromatic Colors of #E398CD
Black with #E398CD
Text Example
Text Example
White with #E398CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398CD; }
p { color: rgb(227,152,205); }
H1.HeaderClassName
{
color: #E398CD;
}
.AnyTagClassName
{
color: #E398CD;
}
</style>
background-color css
<style>
a { background-color: #E398CD; }
a { background-color: rgb(227,152,205); }
div.DivClassName
{
background-color: #E398CD;
}
.BgClassName
{
background-color: #E398CD;
}
</style>
border-color css
<style>
span { border-color: #E398CD; }
span { border-color: rgb(227,152,205); }
td.TdClassName
{
border-color: #E398CD;
}
.TagClassName
{
border-color: #E398CD;
}
</style>