Shades of Shocking #E7A8CA
Tints of Shocking #E7A8CA
RGB
CMYK
RGB Variations
Color information
#E7A8CA (or 0xE7A8CA) is known color: Shocking. HEX triplet: E7, A8 and CA. RGB value is (231,168,202). Sum of RGB (Red+Green+Blue) = 231+168+202=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8CA is #185735. Grayscale: #BEBEBE. Windows color (decimal): -1595190 or 13281511. OLE color: 13281511.
HSL color Cylindrical-coordinate representation of color #E7A8CA: hue angle of 327.62º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8CA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 168 | 202 | - |
CMYK | 0 | 0.27 | 0.13 | 0.09 |
HSL | 327.62º | 0.57% | 0.78% | - |
HSV(B) | 327.62º | 0.27% | 0.91% | - |
XYZ | 57.62 | 49.26 | 62.35 | - |
YUV | 190.71 | 134.37 | 156.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 168 | 202 | 0 | 0.27 | 0.13 | 0.09 | 327.62 | 0.57 | 0.78 |
Hex | E7 | A8 | CA | 0 | 1B | D | 9 | 148 | 39 | 4E |
Octal | 347 | 250 | 312 | 0 | 33 | 15 | 11 | 510 | 71 | 116 |
Binary | 11100111 | 10101000 | 11001010 | 0 | 11011 | 1101 | 1001 | 101001000 | 111001 | 1001110 |
Color Harmonies of #E7A8CA
Complementary color
Monochromatic Colors of #E7A8CA
Black with #E7A8CA
Text Example
Text Example
White with #E7A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8CA; }
p { color: rgb(231,168,202); }
H1.HeaderClassName
{
color: #E7A8CA;
}
.AnyTagClassName
{
color: #E7A8CA;
}
</style>
background-color css
<style>
a { background-color: #E7A8CA; }
a { background-color: rgb(231,168,202); }
div.DivClassName
{
background-color: #E7A8CA;
}
.BgClassName
{
background-color: #E7A8CA;
}
</style>
border-color css
<style>
span { border-color: #E7A8CA; }
span { border-color: rgb(231,168,202); }
td.TdClassName
{
border-color: #E7A8CA;
}
.TagClassName
{
border-color: #E7A8CA;
}
</style>