Shades of Shocking #EF9CCD
Tints of Shocking #EF9CCD
RGB
CMYK
RGB Variations
Color information
#EF9CCD (or 0xEF9CCD) is known color: Shocking. HEX triplet: EF, 9C and CD. RGB value is (239,156,205). Sum of RGB (Red+Green+Blue) = 239+156+205=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CCD is #106332. Grayscale: #BABABA. Windows color (decimal): -1073971 or 13475055. OLE color: 13475055.
HSL color Cylindrical-coordinate representation of color #EF9CCD: hue angle of 324.58º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CCD is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 205 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.06 |
| HSL | 324.58º | 0.72% | 0.77% | - |
| HSV(B) | 324.58º | 0.35% | 0.94% | - |
| XYZ | 58.5 | 46.54 | 63.66 | - |
| YUV | 186.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 205 | 0 | 0.35 | 0.14 | 0.06 | 324.58 | 0.72 | 0.77 |
| Hex | EF | 9C | CD | 0 | 23 | E | 6 | 145 | 48 | 4D |
| Octal | 357 | 234 | 315 | 0 | 43 | 16 | 6 | 505 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11001101 | 0 | 100011 | 1110 | 110 | 101000101 | 1001000 | 1001101 |
Color Harmonies of #EF9CCD
Complementary color
Monochromatic Colors of #EF9CCD
Black with #EF9CCD
Text Example
Text Example
White with #EF9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CCD; }
p { color: rgb(239,156,205); }
H1.HeaderClassName
{
color: #EF9CCD;
}
.AnyTagClassName
{
color: #EF9CCD;
}
</style>
background-color css
<style>
a { background-color: #EF9CCD; }
a { background-color: rgb(239,156,205); }
div.DivClassName
{
background-color: #EF9CCD;
}
.BgClassName
{
background-color: #EF9CCD;
}
</style>
border-color css
<style>
span { border-color: #EF9CCD; }
span { border-color: rgb(239,156,205); }
td.TdClassName
{
border-color: #EF9CCD;
}
.TagClassName
{
border-color: #EF9CCD;
}
</style>