Shades of Shocking #ED9AC1
Tints of Shocking #ED9AC1
RGB
CMYK
RGB Variations
Color information
#ED9AC1 (or 0xED9AC1) is known color: Shocking. HEX triplet: ED, 9A and C1. RGB value is (237,154,193). Sum of RGB (Red+Green+Blue) = 237+154+193=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AC1 is #12653E. Grayscale: #B7B7B7. Windows color (decimal): -1205567 or 12688109. OLE color: 12688109.
HSL color Cylindrical-coordinate representation of color #ED9AC1: hue angle of 331.81º 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 #ED9AC1 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 193 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.07 |
| HSL | 331.81º | 0.7% | 0.77% | - |
| HSV(B) | 331.81º | 0.35% | 0.93% | - |
| XYZ | 56.11 | 44.97 | 56.17 | - |
| YUV | 183.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 193 | 0 | 0.35 | 0.19 | 0.07 | 331.81 | 0.7 | 0.77 |
| Hex | ED | 9A | C1 | 0 | 23 | 13 | 7 | 14C | 46 | 4D |
| Octal | 355 | 232 | 301 | 0 | 43 | 23 | 7 | 514 | 106 | 115 |
| Binary | 11101101 | 10011010 | 11000001 | 0 | 100011 | 10011 | 111 | 101001100 | 1000110 | 1001101 |
Color Harmonies of #ED9AC1
Complementary color
Monochromatic Colors of #ED9AC1
Black with #ED9AC1
Text Example
Text Example
White with #ED9AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9AC1; }
p { color: rgb(237,154,193); }
H1.HeaderClassName
{
color: #ED9AC1;
}
.AnyTagClassName
{
color: #ED9AC1;
}
</style>
background-color css
<style>
a { background-color: #ED9AC1; }
a { background-color: rgb(237,154,193); }
div.DivClassName
{
background-color: #ED9AC1;
}
.BgClassName
{
background-color: #ED9AC1;
}
</style>
border-color css
<style>
span { border-color: #ED9AC1; }
span { border-color: rgb(237,154,193); }
td.TdClassName
{
border-color: #ED9AC1;
}
.TagClassName
{
border-color: #ED9AC1;
}
</style>