Shades of Shocking #EBA2C8
Tints of Shocking #EBA2C8
RGB
CMYK
RGB Variations
Color information
#EBA2C8 (or 0xEBA2C8) is known color: Shocking. HEX triplet: EB, A2 and C8. RGB value is (235,162,200). Sum of RGB (Red+Green+Blue) = 235+162+200=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C8 is #145D37. Grayscale: #BCBCBC. Windows color (decimal): -1334584 or 13148907. OLE color: 13148907.
HSL color Cylindrical-coordinate representation of color #EBA2C8: hue angle of 328.77º 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 #EBA2C8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 200 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.08 |
| HSL | 328.77º | 0.65% | 0.78% | - |
| HSV(B) | 328.77º | 0.31% | 0.92% | - |
| XYZ | 57.61 | 47.67 | 60.81 | - |
| YUV | 188.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 200 | 0 | 0.31 | 0.15 | 0.08 | 328.77 | 0.65 | 0.78 |
| Hex | EB | A2 | C8 | 0 | 1F | F | 8 | 149 | 41 | 4E |
| Octal | 353 | 242 | 310 | 0 | 37 | 17 | 10 | 511 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11001000 | 0 | 11111 | 1111 | 1000 | 101001001 | 1000001 | 1001110 |
Color Harmonies of #EBA2C8
Complementary color
Monochromatic Colors of #EBA2C8
Black with #EBA2C8
Text Example
Text Example
White with #EBA2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2C8; }
p { color: rgb(235,162,200); }
H1.HeaderClassName
{
color: #EBA2C8;
}
.AnyTagClassName
{
color: #EBA2C8;
}
</style>
background-color css
<style>
a { background-color: #EBA2C8; }
a { background-color: rgb(235,162,200); }
div.DivClassName
{
background-color: #EBA2C8;
}
.BgClassName
{
background-color: #EBA2C8;
}
</style>
border-color css
<style>
span { border-color: #EBA2C8; }
span { border-color: rgb(235,162,200); }
td.TdClassName
{
border-color: #EBA2C8;
}
.TagClassName
{
border-color: #EBA2C8;
}
</style>