Shades of Shocking #ED99C8
Tints of Shocking #ED99C8
RGB
CMYK
RGB Variations
Color information
#ED99C8 (or 0xED99C8) is known color: Shocking. HEX triplet: ED, 99 and C8. RGB value is (237,153,200). Sum of RGB (Red+Green+Blue) = 237+153+200=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99C8 is #126637. Grayscale: #B7B7B7. Windows color (decimal): -1205816 or 13146605. OLE color: 13146605.
HSL color Cylindrical-coordinate representation of color #ED99C8: hue angle of 326.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99C8 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 200 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.07 |
| HSL | 326.43º | 0.7% | 0.76% | - |
| HSV(B) | 326.43º | 0.35% | 0.93% | - |
| XYZ | 56.74 | 44.96 | 60.33 | - |
| YUV | 183.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 200 | 0 | 0.35 | 0.16 | 0.07 | 326.43 | 0.7 | 0.76 |
| Hex | ED | 99 | C8 | 0 | 23 | 10 | 7 | 146 | 46 | 4C |
| Octal | 355 | 231 | 310 | 0 | 43 | 20 | 7 | 506 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11001000 | 0 | 100011 | 10000 | 111 | 101000110 | 1000110 | 1001100 |
Color Harmonies of #ED99C8
Complementary color
Monochromatic Colors of #ED99C8
Black with #ED99C8
Text Example
Text Example
White with #ED99C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99C8; }
p { color: rgb(237,153,200); }
H1.HeaderClassName
{
color: #ED99C8;
}
.AnyTagClassName
{
color: #ED99C8;
}
</style>
background-color css
<style>
a { background-color: #ED99C8; }
a { background-color: rgb(237,153,200); }
div.DivClassName
{
background-color: #ED99C8;
}
.BgClassName
{
background-color: #ED99C8;
}
</style>
border-color css
<style>
span { border-color: #ED99C8; }
span { border-color: rgb(237,153,200); }
td.TdClassName
{
border-color: #ED99C8;
}
.TagClassName
{
border-color: #ED99C8;
}
</style>