Shades of Shocking #EBA2CC
Tints of Shocking #EBA2CC
RGB
CMYK
RGB Variations
Color information
#EBA2CC (or 0xEBA2CC) is known color: Shocking. HEX triplet: EB, A2 and CC. RGB value is (235,162,204). Sum of RGB (Red+Green+Blue) = 235+162+204=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2CC is #145D33. Grayscale: #BCBCBC. Windows color (decimal): -1334580 or 13411051. OLE color: 13411051.
HSL color Cylindrical-coordinate representation of color #EBA2CC: hue angle of 325.48º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2CC is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 204 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.08 |
| HSL | 325.48º | 0.65% | 0.78% | - |
| HSV(B) | 325.48º | 0.31% | 0.92% | - |
| XYZ | 58.08 | 47.86 | 63.3 | - |
| YUV | 188.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 204 | 0 | 0.31 | 0.13 | 0.08 | 325.48 | 0.65 | 0.78 |
| Hex | EB | A2 | CC | 0 | 1F | D | 8 | 145 | 41 | 4E |
| Octal | 353 | 242 | 314 | 0 | 37 | 15 | 10 | 505 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11001100 | 0 | 11111 | 1101 | 1000 | 101000101 | 1000001 | 1001110 |
Color Harmonies of #EBA2CC
Complementary color
Monochromatic Colors of #EBA2CC
Black with #EBA2CC
Text Example
Text Example
White with #EBA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2CC; }
p { color: rgb(235,162,204); }
H1.HeaderClassName
{
color: #EBA2CC;
}
.AnyTagClassName
{
color: #EBA2CC;
}
</style>
background-color css
<style>
a { background-color: #EBA2CC; }
a { background-color: rgb(235,162,204); }
div.DivClassName
{
background-color: #EBA2CC;
}
.BgClassName
{
background-color: #EBA2CC;
}
</style>
border-color css
<style>
span { border-color: #EBA2CC; }
span { border-color: rgb(235,162,204); }
td.TdClassName
{
border-color: #EBA2CC;
}
.TagClassName
{
border-color: #EBA2CC;
}
</style>