Shades of Shocking #E698CD
Tints of Shocking #E698CD
RGB
CMYK
RGB Variations
Color information
#E698CD (or 0xE698CD) is known color: Shocking. HEX triplet: E6, 98 and CD. RGB value is (230,152,205). Sum of RGB (Red+Green+Blue) = 230+152+205=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E698CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698CD is #196732. Grayscale: #B5B5B5. Windows color (decimal): -1664819 or 13474022. OLE color: 13474022.
HSL color Cylindrical-coordinate representation of color #E698CD: hue angle of 319.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698CD is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 205 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.10 |
| HSL | 319.23º | 0.61% | 0.75% | - |
| HSV(B) | 319.23º | 0.34% | 0.9% | - |
| XYZ | 54.88 | 43.69 | 63.3 | - |
| YUV | 181.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 205 | 0 | 0.34 | 0.11 | 0.10 | 319.23 | 0.61 | 0.75 |
| Hex | E6 | 98 | CD | 0 | 22 | B | A | 13F | 3D | 4B |
| Octal | 346 | 230 | 315 | 0 | 42 | 13 | 12 | 477 | 75 | 113 |
| Binary | 11100110 | 10011000 | 11001101 | 0 | 100010 | 1011 | 1010 | 100111111 | 111101 | 1001011 |
Color Harmonies of #E698CD
Complementary color
Monochromatic Colors of #E698CD
Black with #E698CD
Text Example
Text Example
White with #E698CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698CD; }
p { color: rgb(230,152,205); }
H1.HeaderClassName
{
color: #E698CD;
}
.AnyTagClassName
{
color: #E698CD;
}
</style>
background-color css
<style>
a { background-color: #E698CD; }
a { background-color: rgb(230,152,205); }
div.DivClassName
{
background-color: #E698CD;
}
.BgClassName
{
background-color: #E698CD;
}
</style>
border-color css
<style>
span { border-color: #E698CD; }
span { border-color: rgb(230,152,205); }
td.TdClassName
{
border-color: #E698CD;
}
.TagClassName
{
border-color: #E698CD;
}
</style>