Shades of Shocking #E691CD
Tints of Shocking #E691CD
RGB
CMYK
RGB Variations
Color information
#E691CD (or 0xE691CD) is known color: Shocking. HEX triplet: E6, 91 and CD. RGB value is (230,145,205). Sum of RGB (Red+Green+Blue) = 230+145+205=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E691CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691CD is #196E32. Grayscale: #B1B1B1. Windows color (decimal): -1666611 or 13472230. OLE color: 13472230.
HSL color Cylindrical-coordinate representation of color #E691CD: hue angle of 317.65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691CD is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 205 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.10 |
| HSL | 317.65º | 0.63% | 0.74% | - |
| HSV(B) | 317.65º | 0.37% | 0.9% | - |
| XYZ | 53.78 | 41.48 | 62.93 | - |
| YUV | 177.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 205 | 0 | 0.37 | 0.11 | 0.10 | 317.65 | 0.63 | 0.74 |
| Hex | E6 | 91 | CD | 0 | 25 | B | A | 13E | 3F | 4A |
| Octal | 346 | 221 | 315 | 0 | 45 | 13 | 12 | 476 | 77 | 112 |
| Binary | 11100110 | 10010001 | 11001101 | 0 | 100101 | 1011 | 1010 | 100111110 | 111111 | 1001010 |
Color Harmonies of #E691CD
Complementary color
Monochromatic Colors of #E691CD
Black with #E691CD
Text Example
Text Example
White with #E691CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691CD; }
p { color: rgb(230,145,205); }
H1.HeaderClassName
{
color: #E691CD;
}
.AnyTagClassName
{
color: #E691CD;
}
</style>
background-color css
<style>
a { background-color: #E691CD; }
a { background-color: rgb(230,145,205); }
div.DivClassName
{
background-color: #E691CD;
}
.BgClassName
{
background-color: #E691CD;
}
</style>
border-color css
<style>
span { border-color: #E691CD; }
span { border-color: rgb(230,145,205); }
td.TdClassName
{
border-color: #E691CD;
}
.TagClassName
{
border-color: #E691CD;
}
</style>