Shades of Shocking #ED9ACB
Tints of Shocking #ED9ACB
RGB
CMYK
RGB Variations
Color information
#ED9ACB (or 0xED9ACB) is known color: Shocking. HEX triplet: ED, 9A and CB. RGB value is (237,154,203). Sum of RGB (Red+Green+Blue) = 237+154+203=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ACB is #126534. Grayscale: #B8B8B8. Windows color (decimal): -1205557 or 13343469. OLE color: 13343469.
HSL color Cylindrical-coordinate representation of color #ED9ACB: hue angle of 324.58º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9ACB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 203 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.07 |
| HSL | 324.58º | 0.7% | 0.77% | - |
| HSV(B) | 324.58º | 0.35% | 0.93% | - |
| XYZ | 57.26 | 45.43 | 62.25 | - |
| YUV | 184.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 203 | 0 | 0.35 | 0.14 | 0.07 | 324.58 | 0.7 | 0.77 |
| Hex | ED | 9A | CB | 0 | 23 | E | 7 | 145 | 46 | 4D |
| Octal | 355 | 232 | 313 | 0 | 43 | 16 | 7 | 505 | 106 | 115 |
| Binary | 11101101 | 10011010 | 11001011 | 0 | 100011 | 1110 | 111 | 101000101 | 1000110 | 1001101 |
Color Harmonies of #ED9ACB
Complementary color
Monochromatic Colors of #ED9ACB
Black with #ED9ACB
Text Example
Text Example
White with #ED9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9ACB; }
p { color: rgb(237,154,203); }
H1.HeaderClassName
{
color: #ED9ACB;
}
.AnyTagClassName
{
color: #ED9ACB;
}
</style>
background-color css
<style>
a { background-color: #ED9ACB; }
a { background-color: rgb(237,154,203); }
div.DivClassName
{
background-color: #ED9ACB;
}
.BgClassName
{
background-color: #ED9ACB;
}
</style>
border-color css
<style>
span { border-color: #ED9ACB; }
span { border-color: rgb(237,154,203); }
td.TdClassName
{
border-color: #ED9ACB;
}
.TagClassName
{
border-color: #ED9ACB;
}
</style>