Shades of Shocking #ED94CB
Tints of Shocking #ED94CB
RGB
CMYK
RGB Variations
Color information
#ED94CB (or 0xED94CB) is known color: Shocking. HEX triplet: ED, 94 and CB. RGB value is (237,148,203). Sum of RGB (Red+Green+Blue) = 237+148+203=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94CB is #126B34. Grayscale: #B4B4B4. Windows color (decimal): -1207093 or 13341933. OLE color: 13341933.
HSL color Cylindrical-coordinate representation of color #ED94CB: hue angle of 322.92º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94CB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 203 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.07 |
| HSL | 322.92º | 0.71% | 0.75% | - |
| HSV(B) | 322.92º | 0.38% | 0.93% | - |
| XYZ | 56.29 | 43.5 | 61.93 | - |
| YUV | 180.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 203 | 0 | 0.38 | 0.14 | 0.07 | 322.92 | 0.71 | 0.75 |
| Hex | ED | 94 | CB | 0 | 26 | E | 7 | 143 | 47 | 4B |
| Octal | 355 | 224 | 313 | 0 | 46 | 16 | 7 | 503 | 107 | 113 |
| Binary | 11101101 | 10010100 | 11001011 | 0 | 100110 | 1110 | 111 | 101000011 | 1000111 | 1001011 |
Color Harmonies of #ED94CB
Complementary color
Monochromatic Colors of #ED94CB
Black with #ED94CB
Text Example
Text Example
White with #ED94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94CB; }
p { color: rgb(237,148,203); }
H1.HeaderClassName
{
color: #ED94CB;
}
.AnyTagClassName
{
color: #ED94CB;
}
</style>
background-color css
<style>
a { background-color: #ED94CB; }
a { background-color: rgb(237,148,203); }
div.DivClassName
{
background-color: #ED94CB;
}
.BgClassName
{
background-color: #ED94CB;
}
</style>
border-color css
<style>
span { border-color: #ED94CB; }
span { border-color: rgb(237,148,203); }
td.TdClassName
{
border-color: #ED94CB;
}
.TagClassName
{
border-color: #ED94CB;
}
</style>