Shades of Shocking #EC99BE
Tints of Shocking #EC99BE
RGB
CMYK
RGB Variations
Color information
#EC99BE (or 0xEC99BE) is known color: Shocking. HEX triplet: EC, 99 and BE. RGB value is (236,153,190). Sum of RGB (Red+Green+Blue) = 236+153+190=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99BE is #136641. Grayscale: #B5B5B5. Windows color (decimal): -1271362 or 12491244. OLE color: 12491244.
HSL color Cylindrical-coordinate representation of color #EC99BE: hue angle of 333.25º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99BE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 190 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.07 |
| HSL | 333.25º | 0.69% | 0.76% | - |
| HSV(B) | 333.25º | 0.35% | 0.93% | - |
| XYZ | 55.28 | 44.33 | 54.36 | - |
| YUV | 182.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 190 | 0 | 0.35 | 0.19 | 0.07 | 333.25 | 0.69 | 0.76 |
| Hex | EC | 99 | BE | 0 | 23 | 13 | 7 | 14D | 45 | 4C |
| Octal | 354 | 231 | 276 | 0 | 43 | 23 | 7 | 515 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10111110 | 0 | 100011 | 10011 | 111 | 101001101 | 1000101 | 1001100 |
Color Harmonies of #EC99BE
Complementary color
Monochromatic Colors of #EC99BE
Black with #EC99BE
Text Example
Text Example
White with #EC99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99BE; }
p { color: rgb(236,153,190); }
H1.HeaderClassName
{
color: #EC99BE;
}
.AnyTagClassName
{
color: #EC99BE;
}
</style>
background-color css
<style>
a { background-color: #EC99BE; }
a { background-color: rgb(236,153,190); }
div.DivClassName
{
background-color: #EC99BE;
}
.BgClassName
{
background-color: #EC99BE;
}
</style>
border-color css
<style>
span { border-color: #EC99BE; }
span { border-color: rgb(236,153,190); }
td.TdClassName
{
border-color: #EC99BE;
}
.TagClassName
{
border-color: #EC99BE;
}
</style>