Shades of Shocking #EBA2CA
Tints of Shocking #EBA2CA
RGB
CMYK
RGB Variations
Color information
#EBA2CA (or 0xEBA2CA) is known color: Shocking. HEX triplet: EB, A2 and CA. RGB value is (235,162,202). Sum of RGB (Red+Green+Blue) = 235+162+202=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2CA is #145D35. Grayscale: #BCBCBC. Windows color (decimal): -1334582 or 13279979. OLE color: 13279979.
HSL color Cylindrical-coordinate representation of color #EBA2CA: hue angle of 327.12º 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 #EBA2CA is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 202 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.08 |
| HSL | 327.12º | 0.65% | 0.78% | - |
| HSV(B) | 327.12º | 0.31% | 0.92% | - |
| XYZ | 57.84 | 47.77 | 62.05 | - |
| YUV | 188.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 202 | 0 | 0.31 | 0.14 | 0.08 | 327.12 | 0.65 | 0.78 |
| Hex | EB | A2 | CA | 0 | 1F | E | 8 | 147 | 41 | 4E |
| Octal | 353 | 242 | 312 | 0 | 37 | 16 | 10 | 507 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11001010 | 0 | 11111 | 1110 | 1000 | 101000111 | 1000001 | 1001110 |
Color Harmonies of #EBA2CA
Complementary color
Monochromatic Colors of #EBA2CA
Black with #EBA2CA
Text Example
Text Example
White with #EBA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2CA; }
p { color: rgb(235,162,202); }
H1.HeaderClassName
{
color: #EBA2CA;
}
.AnyTagClassName
{
color: #EBA2CA;
}
</style>
background-color css
<style>
a { background-color: #EBA2CA; }
a { background-color: rgb(235,162,202); }
div.DivClassName
{
background-color: #EBA2CA;
}
.BgClassName
{
background-color: #EBA2CA;
}
</style>
border-color css
<style>
span { border-color: #EBA2CA; }
span { border-color: rgb(235,162,202); }
td.TdClassName
{
border-color: #EBA2CA;
}
.TagClassName
{
border-color: #EBA2CA;
}
</style>