Shades of Shocking #EF99C9
Tints of Shocking #EF99C9
RGB
CMYK
RGB Variations
Color information
#EF99C9 (or 0xEF99C9) is known color: Shocking. HEX triplet: EF, 99 and C9. RGB value is (239,153,201). Sum of RGB (Red+Green+Blue) = 239+153+201=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C9 is #106636. Grayscale: #B8B8B8. Windows color (decimal): -1074743 or 13212143. OLE color: 13212143.
HSL color Cylindrical-coordinate representation of color #EF99C9: hue angle of 326.51º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99C9 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 201 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.06 |
| HSL | 326.51º | 0.73% | 0.77% | - |
| HSV(B) | 326.51º | 0.36% | 0.94% | - |
| XYZ | 57.53 | 45.35 | 60.98 | - |
| YUV | 184.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 201 | 0 | 0.36 | 0.16 | 0.06 | 326.51 | 0.73 | 0.77 |
| Hex | EF | 99 | C9 | 0 | 24 | 10 | 6 | 147 | 49 | 4D |
| Octal | 357 | 231 | 311 | 0 | 44 | 20 | 6 | 507 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11001001 | 0 | 100100 | 10000 | 110 | 101000111 | 1001001 | 1001101 |
Color Harmonies of #EF99C9
Complementary color
Monochromatic Colors of #EF99C9
Black with #EF99C9
Text Example
Text Example
White with #EF99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99C9; }
p { color: rgb(239,153,201); }
H1.HeaderClassName
{
color: #EF99C9;
}
.AnyTagClassName
{
color: #EF99C9;
}
</style>
background-color css
<style>
a { background-color: #EF99C9; }
a { background-color: rgb(239,153,201); }
div.DivClassName
{
background-color: #EF99C9;
}
.BgClassName
{
background-color: #EF99C9;
}
</style>
border-color css
<style>
span { border-color: #EF99C9; }
span { border-color: rgb(239,153,201); }
td.TdClassName
{
border-color: #EF99C9;
}
.TagClassName
{
border-color: #EF99C9;
}
</style>