Shades of Shocking #E697CA
Tints of Shocking #E697CA
RGB
CMYK
RGB Variations
Color information
#E697CA (or 0xE697CA) is known color: Shocking. HEX triplet: E6, 97 and CA. RGB value is (230,151,202). Sum of RGB (Red+Green+Blue) = 230+151+202=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E697CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697CA is #196835. Grayscale: #B4B4B4. Windows color (decimal): -1665078 or 13277158. OLE color: 13277158.
HSL color Cylindrical-coordinate representation of color #E697CA: hue angle of 321.27º 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 #E697CA is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 202 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.10 |
| HSL | 321.27º | 0.61% | 0.75% | - |
| HSV(B) | 321.27º | 0.34% | 0.9% | - |
| XYZ | 54.36 | 43.22 | 61.35 | - |
| YUV | 180.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 202 | 0 | 0.34 | 0.12 | 0.10 | 321.27 | 0.61 | 0.75 |
| Hex | E6 | 97 | CA | 0 | 22 | C | A | 141 | 3D | 4B |
| Octal | 346 | 227 | 312 | 0 | 42 | 14 | 12 | 501 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11001010 | 0 | 100010 | 1100 | 1010 | 101000001 | 111101 | 1001011 |
Color Harmonies of #E697CA
Complementary color
Monochromatic Colors of #E697CA
Black with #E697CA
Text Example
Text Example
White with #E697CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697CA; }
p { color: rgb(230,151,202); }
H1.HeaderClassName
{
color: #E697CA;
}
.AnyTagClassName
{
color: #E697CA;
}
</style>
background-color css
<style>
a { background-color: #E697CA; }
a { background-color: rgb(230,151,202); }
div.DivClassName
{
background-color: #E697CA;
}
.BgClassName
{
background-color: #E697CA;
}
</style>
border-color css
<style>
span { border-color: #E697CA; }
span { border-color: rgb(230,151,202); }
td.TdClassName
{
border-color: #E697CA;
}
.TagClassName
{
border-color: #E697CA;
}
</style>