Shades of Shocking #EB91C1
Tints of Shocking #EB91C1
RGB
CMYK
RGB Variations
Color information
#EB91C1 (or 0xEB91C1) is known color: Shocking. HEX triplet: EB, 91 and C1. RGB value is (235,145,193). Sum of RGB (Red+Green+Blue) = 235+145+193=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91C1 is #146E3E. Grayscale: #B1B1B1. Windows color (decimal): -1338943 or 12685803. OLE color: 12685803.
HSL color Cylindrical-coordinate representation of color #EB91C1: hue angle of 328º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB91C1 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 193 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.08 |
| HSL | 328º | 0.69% | 0.75% | - |
| HSV(B) | 328º | 0.38% | 0.92% | - |
| XYZ | 54.01 | 41.76 | 55.67 | - |
| YUV | 177.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 193 | 0 | 0.38 | 0.18 | 0.08 | 328 | 0.69 | 0.75 |
| Hex | EB | 91 | C1 | 0 | 26 | 12 | 8 | 148 | 45 | 4B |
| Octal | 353 | 221 | 301 | 0 | 46 | 22 | 10 | 510 | 105 | 113 |
| Binary | 11101011 | 10010001 | 11000001 | 0 | 100110 | 10010 | 1000 | 101001000 | 1000101 | 1001011 |
Color Harmonies of #EB91C1
Complementary color
Monochromatic Colors of #EB91C1
Black with #EB91C1
Text Example
Text Example
White with #EB91C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB91C1; }
p { color: rgb(235,145,193); }
H1.HeaderClassName
{
color: #EB91C1;
}
.AnyTagClassName
{
color: #EB91C1;
}
</style>
background-color css
<style>
a { background-color: #EB91C1; }
a { background-color: rgb(235,145,193); }
div.DivClassName
{
background-color: #EB91C1;
}
.BgClassName
{
background-color: #EB91C1;
}
</style>
border-color css
<style>
span { border-color: #EB91C1; }
span { border-color: rgb(235,145,193); }
td.TdClassName
{
border-color: #EB91C1;
}
.TagClassName
{
border-color: #EB91C1;
}
</style>