Shades of Shocking #EF93CC
Tints of Shocking #EF93CC
RGB
CMYK
RGB Variations
Color information
#EF93CC (or 0xEF93CC) is known color: Shocking. HEX triplet: EF, 93 and CC. RGB value is (239,147,204). Sum of RGB (Red+Green+Blue) = 239+147+204=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93CC is #106C33. Grayscale: #B4B4B4. Windows color (decimal): -1076276 or 13407215. OLE color: 13407215.
HSL color Cylindrical-coordinate representation of color #EF93CC: hue angle of 322.83º 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 #EF93CC is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 204 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.06 |
| HSL | 322.83º | 0.74% | 0.76% | - |
| HSV(B) | 322.83º | 0.38% | 0.94% | - |
| XYZ | 56.93 | 43.58 | 62.54 | - |
| YUV | 181.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 204 | 0 | 0.38 | 0.15 | 0.06 | 322.83 | 0.74 | 0.76 |
| Hex | EF | 93 | CC | 0 | 26 | F | 6 | 143 | 4A | 4C |
| Octal | 357 | 223 | 314 | 0 | 46 | 17 | 6 | 503 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11001100 | 0 | 100110 | 1111 | 110 | 101000011 | 1001010 | 1001100 |
Color Harmonies of #EF93CC
Complementary color
Monochromatic Colors of #EF93CC
Black with #EF93CC
Text Example
Text Example
White with #EF93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93CC; }
p { color: rgb(239,147,204); }
H1.HeaderClassName
{
color: #EF93CC;
}
.AnyTagClassName
{
color: #EF93CC;
}
</style>
background-color css
<style>
a { background-color: #EF93CC; }
a { background-color: rgb(239,147,204); }
div.DivClassName
{
background-color: #EF93CC;
}
.BgClassName
{
background-color: #EF93CC;
}
</style>
border-color css
<style>
span { border-color: #EF93CC; }
span { border-color: rgb(239,147,204); }
td.TdClassName
{
border-color: #EF93CC;
}
.TagClassName
{
border-color: #EF93CC;
}
</style>