Shades of Shocking #ED98CA
Tints of Shocking #ED98CA
RGB
CMYK
RGB Variations
Color information
#ED98CA (or 0xED98CA) is known color: Shocking. HEX triplet: ED, 98 and CA. RGB value is (237,152,202). Sum of RGB (Red+Green+Blue) = 237+152+202=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98CA is #126735. Grayscale: #B6B6B6. Windows color (decimal): -1206070 or 13277421. OLE color: 13277421.
HSL color Cylindrical-coordinate representation of color #ED98CA: hue angle of 324.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98CA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 202 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.07 |
| HSL | 324.71º | 0.7% | 0.76% | - |
| HSV(B) | 324.71º | 0.36% | 0.93% | - |
| XYZ | 56.81 | 44.73 | 61.52 | - |
| YUV | 183.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 202 | 0 | 0.36 | 0.15 | 0.07 | 324.71 | 0.7 | 0.76 |
| Hex | ED | 98 | CA | 0 | 24 | F | 7 | 145 | 46 | 4C |
| Octal | 355 | 230 | 312 | 0 | 44 | 17 | 7 | 505 | 106 | 114 |
| Binary | 11101101 | 10011000 | 11001010 | 0 | 100100 | 1111 | 111 | 101000101 | 1000110 | 1001100 |
Color Harmonies of #ED98CA
Complementary color
Monochromatic Colors of #ED98CA
Black with #ED98CA
Text Example
Text Example
White with #ED98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98CA; }
p { color: rgb(237,152,202); }
H1.HeaderClassName
{
color: #ED98CA;
}
.AnyTagClassName
{
color: #ED98CA;
}
</style>
background-color css
<style>
a { background-color: #ED98CA; }
a { background-color: rgb(237,152,202); }
div.DivClassName
{
background-color: #ED98CA;
}
.BgClassName
{
background-color: #ED98CA;
}
</style>
border-color css
<style>
span { border-color: #ED98CA; }
span { border-color: rgb(237,152,202); }
td.TdClassName
{
border-color: #ED98CA;
}
.TagClassName
{
border-color: #ED98CA;
}
</style>