Shades of Shocking #EF8FC1
Tints of Shocking #EF8FC1
RGB
CMYK
RGB Variations
Color information
#EF8FC1 (or 0xEF8FC1) is known color: Shocking. HEX triplet: EF, 8F and C1. RGB value is (239,143,193). Sum of RGB (Red+Green+Blue) = 239+143+193=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC1 is #10703E. Grayscale: #B1B1B1. Windows color (decimal): -1077311 or 12685295. OLE color: 12685295.
HSL color Cylindrical-coordinate representation of color #EF8FC1: hue angle of 328.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FC1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 193 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.06 |
| HSL | 328.75º | 0.75% | 0.75% | - |
| HSV(B) | 328.75º | 0.4% | 0.94% | - |
| XYZ | 55.04 | 41.85 | 55.63 | - |
| YUV | 177.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 193 | 0 | 0.40 | 0.19 | 0.06 | 328.75 | 0.75 | 0.75 |
| Hex | EF | 8F | C1 | 0 | 28 | 13 | 6 | 149 | 4B | 4B |
| Octal | 357 | 217 | 301 | 0 | 50 | 23 | 6 | 511 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11000001 | 0 | 101000 | 10011 | 110 | 101001001 | 1001011 | 1001011 |
Color Harmonies of #EF8FC1
Complementary color
Monochromatic Colors of #EF8FC1
Black with #EF8FC1
Text Example
Text Example
White with #EF8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FC1; }
p { color: rgb(239,143,193); }
H1.HeaderClassName
{
color: #EF8FC1;
}
.AnyTagClassName
{
color: #EF8FC1;
}
</style>
background-color css
<style>
a { background-color: #EF8FC1; }
a { background-color: rgb(239,143,193); }
div.DivClassName
{
background-color: #EF8FC1;
}
.BgClassName
{
background-color: #EF8FC1;
}
</style>
border-color css
<style>
span { border-color: #EF8FC1; }
span { border-color: rgb(239,143,193); }
td.TdClassName
{
border-color: #EF8FC1;
}
.TagClassName
{
border-color: #EF8FC1;
}
</style>