Shades of Shocking #EF9CCB
Tints of Shocking #EF9CCB
RGB
CMYK
RGB Variations
Color information
#EF9CCB (or 0xEF9CCB) is known color: Shocking. HEX triplet: EF, 9C and CB. RGB value is (239,156,203). Sum of RGB (Red+Green+Blue) = 239+156+203=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CCB is #106334. Grayscale: #BABABA. Windows color (decimal): -1073973 or 13343983. OLE color: 13343983.
HSL color Cylindrical-coordinate representation of color #EF9CCB: hue angle of 326.02º 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 #EF9CCB is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 203 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.06 |
| HSL | 326.02º | 0.72% | 0.77% | - |
| HSV(B) | 326.02º | 0.35% | 0.94% | - |
| XYZ | 58.26 | 46.44 | 62.39 | - |
| YUV | 186.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 203 | 0 | 0.35 | 0.15 | 0.06 | 326.02 | 0.72 | 0.77 |
| Hex | EF | 9C | CB | 0 | 23 | F | 6 | 146 | 48 | 4D |
| Octal | 357 | 234 | 313 | 0 | 43 | 17 | 6 | 506 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11001011 | 0 | 100011 | 1111 | 110 | 101000110 | 1001000 | 1001101 |
Color Harmonies of #EF9CCB
Complementary color
Monochromatic Colors of #EF9CCB
Black with #EF9CCB
Text Example
Text Example
White with #EF9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CCB; }
p { color: rgb(239,156,203); }
H1.HeaderClassName
{
color: #EF9CCB;
}
.AnyTagClassName
{
color: #EF9CCB;
}
</style>
background-color css
<style>
a { background-color: #EF9CCB; }
a { background-color: rgb(239,156,203); }
div.DivClassName
{
background-color: #EF9CCB;
}
.BgClassName
{
background-color: #EF9CCB;
}
</style>
border-color css
<style>
span { border-color: #EF9CCB; }
span { border-color: rgb(239,156,203); }
td.TdClassName
{
border-color: #EF9CCB;
}
.TagClassName
{
border-color: #EF9CCB;
}
</style>