Shades of Shocking #EF9CC1
Tints of Shocking #EF9CC1
RGB
CMYK
RGB Variations
Color information
#EF9CC1 (or 0xEF9CC1) is known color: Shocking. HEX triplet: EF, 9C and C1. RGB value is (239,156,193). Sum of RGB (Red+Green+Blue) = 239+156+193=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CC1 is #10633E. Grayscale: #B8B8B8. Windows color (decimal): -1073983 or 12688623. OLE color: 12688623.
HSL color Cylindrical-coordinate representation of color #EF9CC1: hue angle of 333.25º 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 #EF9CC1 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 193 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.06 |
| HSL | 333.25º | 0.72% | 0.77% | - |
| HSV(B) | 333.25º | 0.35% | 0.94% | - |
| XYZ | 57.11 | 45.98 | 56.32 | - |
| YUV | 185.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 193 | 0 | 0.35 | 0.19 | 0.06 | 333.25 | 0.72 | 0.77 |
| Hex | EF | 9C | C1 | 0 | 23 | 13 | 6 | 14D | 48 | 4D |
| Octal | 357 | 234 | 301 | 0 | 43 | 23 | 6 | 515 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11000001 | 0 | 100011 | 10011 | 110 | 101001101 | 1001000 | 1001101 |
Color Harmonies of #EF9CC1
Complementary color
Monochromatic Colors of #EF9CC1
Black with #EF9CC1
Text Example
Text Example
White with #EF9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CC1; }
p { color: rgb(239,156,193); }
H1.HeaderClassName
{
color: #EF9CC1;
}
.AnyTagClassName
{
color: #EF9CC1;
}
</style>
background-color css
<style>
a { background-color: #EF9CC1; }
a { background-color: rgb(239,156,193); }
div.DivClassName
{
background-color: #EF9CC1;
}
.BgClassName
{
background-color: #EF9CC1;
}
</style>
border-color css
<style>
span { border-color: #EF9CC1; }
span { border-color: rgb(239,156,193); }
td.TdClassName
{
border-color: #EF9CC1;
}
.TagClassName
{
border-color: #EF9CC1;
}
</style>