Shades of Shocking #EB99C1
Tints of Shocking #EB99C1
RGB
CMYK
RGB Variations
Color information
#EB99C1 (or 0xEB99C1) is known color: Shocking. HEX triplet: EB, 99 and C1. RGB value is (235,153,193). Sum of RGB (Red+Green+Blue) = 235+153+193=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C1 is #14663E. Grayscale: #B5B5B5. Windows color (decimal): -1336895 or 12687851. OLE color: 12687851.
HSL color Cylindrical-coordinate representation of color #EB99C1: hue angle of 330.73º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99C1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 193 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.08 |
| HSL | 330.73º | 0.67% | 0.76% | - |
| HSV(B) | 330.73º | 0.35% | 0.92% | - |
| XYZ | 55.28 | 44.29 | 56.09 | - |
| YUV | 182.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 193 | 0 | 0.35 | 0.18 | 0.08 | 330.73 | 0.67 | 0.76 |
| Hex | EB | 99 | C1 | 0 | 23 | 12 | 8 | 14B | 43 | 4C |
| Octal | 353 | 231 | 301 | 0 | 43 | 22 | 10 | 513 | 103 | 114 |
| Binary | 11101011 | 10011001 | 11000001 | 0 | 100011 | 10010 | 1000 | 101001011 | 1000011 | 1001100 |
Color Harmonies of #EB99C1
Complementary color
Monochromatic Colors of #EB99C1
Black with #EB99C1
Text Example
Text Example
White with #EB99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB99C1; }
p { color: rgb(235,153,193); }
H1.HeaderClassName
{
color: #EB99C1;
}
.AnyTagClassName
{
color: #EB99C1;
}
</style>
background-color css
<style>
a { background-color: #EB99C1; }
a { background-color: rgb(235,153,193); }
div.DivClassName
{
background-color: #EB99C1;
}
.BgClassName
{
background-color: #EB99C1;
}
</style>
border-color css
<style>
span { border-color: #EB99C1; }
span { border-color: rgb(235,153,193); }
td.TdClassName
{
border-color: #EB99C1;
}
.TagClassName
{
border-color: #EB99C1;
}
</style>