Shades of Shocking #EF93C3
Tints of Shocking #EF93C3
RGB
CMYK
RGB Variations
Color information
#EF93C3 (or 0xEF93C3) is known color: Shocking. HEX triplet: EF, 93 and C3. RGB value is (239,147,195). Sum of RGB (Red+Green+Blue) = 239+147+195=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93C3 is #106C3C. Grayscale: #B3B3B3. Windows color (decimal): -1076285 or 12817391. OLE color: 12817391.
HSL color Cylindrical-coordinate representation of color #EF93C3: hue angle of 328.7º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93C3 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 195 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.06 |
| HSL | 328.7º | 0.74% | 0.76% | - |
| HSV(B) | 328.7º | 0.38% | 0.94% | - |
| XYZ | 55.88 | 43.16 | 57.01 | - |
| YUV | 179.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 195 | 0 | 0.38 | 0.18 | 0.06 | 328.7 | 0.74 | 0.76 |
| Hex | EF | 93 | C3 | 0 | 26 | 12 | 6 | 149 | 4A | 4C |
| Octal | 357 | 223 | 303 | 0 | 46 | 22 | 6 | 511 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11000011 | 0 | 100110 | 10010 | 110 | 101001001 | 1001010 | 1001100 |
Color Harmonies of #EF93C3
Complementary color
Monochromatic Colors of #EF93C3
Black with #EF93C3
Text Example
Text Example
White with #EF93C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93C3; }
p { color: rgb(239,147,195); }
H1.HeaderClassName
{
color: #EF93C3;
}
.AnyTagClassName
{
color: #EF93C3;
}
</style>
background-color css
<style>
a { background-color: #EF93C3; }
a { background-color: rgb(239,147,195); }
div.DivClassName
{
background-color: #EF93C3;
}
.BgClassName
{
background-color: #EF93C3;
}
</style>
border-color css
<style>
span { border-color: #EF93C3; }
span { border-color: rgb(239,147,195); }
td.TdClassName
{
border-color: #EF93C3;
}
.TagClassName
{
border-color: #EF93C3;
}
</style>