Shades of Shocking #E693CC
Tints of Shocking #E693CC
RGB
CMYK
RGB Variations
Color information
#E693CC (or 0xE693CC) is known color: Shocking. HEX triplet: E6, 93 and CC. RGB value is (230,147,204). Sum of RGB (Red+Green+Blue) = 230+147+204=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E693CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693CC is #196C33. Grayscale: #B2B2B2. Windows color (decimal): -1666100 or 13407206. OLE color: 13407206.
HSL color Cylindrical-coordinate representation of color #E693CC: hue angle of 318.8º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693CC is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 204 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.10 |
| HSL | 318.8º | 0.62% | 0.74% | - |
| HSV(B) | 318.8º | 0.36% | 0.9% | - |
| XYZ | 53.97 | 42.05 | 62.4 | - |
| YUV | 178.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 204 | 0 | 0.36 | 0.11 | 0.10 | 318.8 | 0.62 | 0.74 |
| Hex | E6 | 93 | CC | 0 | 24 | B | A | 13F | 3E | 4A |
| Octal | 346 | 223 | 314 | 0 | 44 | 13 | 12 | 477 | 76 | 112 |
| Binary | 11100110 | 10010011 | 11001100 | 0 | 100100 | 1011 | 1010 | 100111111 | 111110 | 1001010 |
Color Harmonies of #E693CC
Complementary color
Monochromatic Colors of #E693CC
Black with #E693CC
Text Example
Text Example
White with #E693CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693CC; }
p { color: rgb(230,147,204); }
H1.HeaderClassName
{
color: #E693CC;
}
.AnyTagClassName
{
color: #E693CC;
}
</style>
background-color css
<style>
a { background-color: #E693CC; }
a { background-color: rgb(230,147,204); }
div.DivClassName
{
background-color: #E693CC;
}
.BgClassName
{
background-color: #E693CC;
}
</style>
border-color css
<style>
span { border-color: #E693CC; }
span { border-color: rgb(230,147,204); }
td.TdClassName
{
border-color: #E693CC;
}
.TagClassName
{
border-color: #E693CC;
}
</style>