Shades of Shocking #ED8FC1
Tints of Shocking #ED8FC1
RGB
CMYK
RGB Variations
Color information
#ED8FC1 (or 0xED8FC1) is known color: Shocking. HEX triplet: ED, 8F and C1. RGB value is (237,143,193). Sum of RGB (Red+Green+Blue) = 237+143+193=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FC1 is #12703E. Grayscale: #B0B0B0. Windows color (decimal): -1208383 or 12685293. OLE color: 12685293.
HSL color Cylindrical-coordinate representation of color #ED8FC1: hue angle of 328.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FC1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 193 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.07 |
| HSL | 328.09º | 0.72% | 0.75% | - |
| HSV(B) | 328.09º | 0.4% | 0.93% | - |
| XYZ | 54.37 | 41.5 | 55.6 | - |
| YUV | 176.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 193 | 0 | 0.40 | 0.19 | 0.07 | 328.09 | 0.72 | 0.75 |
| Hex | ED | 8F | C1 | 0 | 28 | 13 | 7 | 148 | 48 | 4B |
| Octal | 355 | 217 | 301 | 0 | 50 | 23 | 7 | 510 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11000001 | 0 | 101000 | 10011 | 111 | 101001000 | 1001000 | 1001011 |
Color Harmonies of #ED8FC1
Complementary color
Monochromatic Colors of #ED8FC1
Black with #ED8FC1
Text Example
Text Example
White with #ED8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FC1; }
p { color: rgb(237,143,193); }
H1.HeaderClassName
{
color: #ED8FC1;
}
.AnyTagClassName
{
color: #ED8FC1;
}
</style>
background-color css
<style>
a { background-color: #ED8FC1; }
a { background-color: rgb(237,143,193); }
div.DivClassName
{
background-color: #ED8FC1;
}
.BgClassName
{
background-color: #ED8FC1;
}
</style>
border-color css
<style>
span { border-color: #ED8FC1; }
span { border-color: rgb(237,143,193); }
td.TdClassName
{
border-color: #ED8FC1;
}
.TagClassName
{
border-color: #ED8FC1;
}
</style>