Shades of Shocking #EB99C8
Tints of Shocking #EB99C8
RGB
CMYK
RGB Variations
Color information
#EB99C8 (or 0xEB99C8) is known color: Shocking. HEX triplet: EB, 99 and C8. RGB value is (235,153,200). Sum of RGB (Red+Green+Blue) = 235+153+200=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C8 is #146637. Grayscale: #B6B6B6. Windows color (decimal): -1336888 or 13146603. OLE color: 13146603.
HSL color Cylindrical-coordinate representation of color #EB99C8: hue angle of 325.61º 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 #EB99C8 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 200 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.08 |
| HSL | 325.61º | 0.67% | 0.76% | - |
| HSV(B) | 325.61º | 0.35% | 0.92% | - |
| XYZ | 56.08 | 44.61 | 60.3 | - |
| YUV | 182.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 200 | 0 | 0.35 | 0.15 | 0.08 | 325.61 | 0.67 | 0.76 |
| Hex | EB | 99 | C8 | 0 | 23 | F | 8 | 146 | 43 | 4C |
| Octal | 353 | 231 | 310 | 0 | 43 | 17 | 10 | 506 | 103 | 114 |
| Binary | 11101011 | 10011001 | 11001000 | 0 | 100011 | 1111 | 1000 | 101000110 | 1000011 | 1001100 |
Color Harmonies of #EB99C8
Complementary color
Monochromatic Colors of #EB99C8
Black with #EB99C8
Text Example
Text Example
White with #EB99C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB99C8; }
p { color: rgb(235,153,200); }
H1.HeaderClassName
{
color: #EB99C8;
}
.AnyTagClassName
{
color: #EB99C8;
}
</style>
background-color css
<style>
a { background-color: #EB99C8; }
a { background-color: rgb(235,153,200); }
div.DivClassName
{
background-color: #EB99C8;
}
.BgClassName
{
background-color: #EB99C8;
}
</style>
border-color css
<style>
span { border-color: #EB99C8; }
span { border-color: rgb(235,153,200); }
td.TdClassName
{
border-color: #EB99C8;
}
.TagClassName
{
border-color: #EB99C8;
}
</style>