Shades of Shocking #E298CD
Tints of Shocking #E298CD
RGB
CMYK
RGB Variations
Color information
#E298CD (or 0xE298CD) is known color: Shocking. HEX triplet: E2, 98 and CD. RGB value is (226,152,205). Sum of RGB (Red+Green+Blue) = 226+152+205=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E298CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298CD is #1D6732. Grayscale: #B4B4B4. Windows color (decimal): -1926963 or 13474018. OLE color: 13474018.
HSL color Cylindrical-coordinate representation of color #E298CD: hue angle of 317.03º degrees, saturation: 0.56, 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 #E298CD is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 205 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.11 |
| HSL | 317.03º | 0.56% | 0.74% | - |
| HSV(B) | 317.03º | 0.33% | 0.89% | - |
| XYZ | 53.61 | 43.03 | 63.24 | - |
| YUV | 180.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 205 | 0 | 0.33 | 0.09 | 0.11 | 317.03 | 0.56 | 0.74 |
| Hex | E2 | 98 | CD | 0 | 21 | 9 | B | 13D | 38 | 4A |
| Octal | 342 | 230 | 315 | 0 | 41 | 11 | 13 | 475 | 70 | 112 |
| Binary | 11100010 | 10011000 | 11001101 | 0 | 100001 | 1001 | 1011 | 100111101 | 111000 | 1001010 |
Color Harmonies of #E298CD
Complementary color
Monochromatic Colors of #E298CD
Black with #E298CD
Text Example
Text Example
White with #E298CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298CD; }
p { color: rgb(226,152,205); }
H1.HeaderClassName
{
color: #E298CD;
}
.AnyTagClassName
{
color: #E298CD;
}
</style>
background-color css
<style>
a { background-color: #E298CD; }
a { background-color: rgb(226,152,205); }
div.DivClassName
{
background-color: #E298CD;
}
.BgClassName
{
background-color: #E298CD;
}
</style>
border-color css
<style>
span { border-color: #E298CD; }
span { border-color: rgb(226,152,205); }
td.TdClassName
{
border-color: #E298CD;
}
.TagClassName
{
border-color: #E298CD;
}
</style>