Shades of Shocking #E298CC
Tints of Shocking #E298CC
RGB
CMYK
RGB Variations
Color information
#E298CC (or 0xE298CC) is known color: Shocking. HEX triplet: E2, 98 and CC. RGB value is (226,152,204). Sum of RGB (Red+Green+Blue) = 226+152+204=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E298CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298CC is #1D6733. Grayscale: #B3B3B3. Windows color (decimal): -1926964 or 13408482. OLE color: 13408482.
HSL color Cylindrical-coordinate representation of color #E298CC: hue angle of 317.84º 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 #E298CC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 204 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.11 |
| HSL | 317.84º | 0.56% | 0.74% | - |
| HSV(B) | 317.84º | 0.33% | 0.89% | - |
| XYZ | 53.49 | 42.98 | 62.6 | - |
| YUV | 180.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 204 | 0 | 0.33 | 0.10 | 0.11 | 317.84 | 0.56 | 0.74 |
| Hex | E2 | 98 | CC | 0 | 21 | A | B | 13E | 38 | 4A |
| Octal | 342 | 230 | 314 | 0 | 41 | 12 | 13 | 476 | 70 | 112 |
| Binary | 11100010 | 10011000 | 11001100 | 0 | 100001 | 1010 | 1011 | 100111110 | 111000 | 1001010 |
Color Harmonies of #E298CC
Complementary color
Monochromatic Colors of #E298CC
Black with #E298CC
Text Example
Text Example
White with #E298CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298CC; }
p { color: rgb(226,152,204); }
H1.HeaderClassName
{
color: #E298CC;
}
.AnyTagClassName
{
color: #E298CC;
}
</style>
background-color css
<style>
a { background-color: #E298CC; }
a { background-color: rgb(226,152,204); }
div.DivClassName
{
background-color: #E298CC;
}
.BgClassName
{
background-color: #E298CC;
}
</style>
border-color css
<style>
span { border-color: #E298CC; }
span { border-color: rgb(226,152,204); }
td.TdClassName
{
border-color: #E298CC;
}
.TagClassName
{
border-color: #E298CC;
}
</style>