Shades of Shocking #E696CD
Tints of Shocking #E696CD
RGB
CMYK
RGB Variations
Color information
#E696CD (or 0xE696CD) is known color: Shocking. HEX triplet: E6, 96 and CD. RGB value is (230,150,205). Sum of RGB (Red+Green+Blue) = 230+150+205=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E696CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696CD is #196932. Grayscale: #B4B4B4. Windows color (decimal): -1665331 or 13473510. OLE color: 13473510.
HSL color Cylindrical-coordinate representation of color #E696CD: hue angle of 318.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696CD is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 205 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.10 |
| HSL | 318.75º | 0.62% | 0.75% | - |
| HSV(B) | 318.75º | 0.35% | 0.9% | - |
| XYZ | 54.56 | 43.04 | 63.19 | - |
| YUV | 180.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 205 | 0 | 0.35 | 0.11 | 0.10 | 318.75 | 0.62 | 0.75 |
| Hex | E6 | 96 | CD | 0 | 23 | B | A | 13F | 3E | 4B |
| Octal | 346 | 226 | 315 | 0 | 43 | 13 | 12 | 477 | 76 | 113 |
| Binary | 11100110 | 10010110 | 11001101 | 0 | 100011 | 1011 | 1010 | 100111111 | 111110 | 1001011 |
Color Harmonies of #E696CD
Complementary color
Monochromatic Colors of #E696CD
Black with #E696CD
Text Example
Text Example
White with #E696CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696CD; }
p { color: rgb(230,150,205); }
H1.HeaderClassName
{
color: #E696CD;
}
.AnyTagClassName
{
color: #E696CD;
}
</style>
background-color css
<style>
a { background-color: #E696CD; }
a { background-color: rgb(230,150,205); }
div.DivClassName
{
background-color: #E696CD;
}
.BgClassName
{
background-color: #E696CD;
}
</style>
border-color css
<style>
span { border-color: #E696CD; }
span { border-color: rgb(230,150,205); }
td.TdClassName
{
border-color: #E696CD;
}
.TagClassName
{
border-color: #E696CD;
}
</style>