Shades of Shocking #EF99CC
Tints of Shocking #EF99CC
RGB
CMYK
RGB Variations
Color information
#EF99CC (or 0xEF99CC) is known color: Shocking. HEX triplet: EF, 99 and CC. RGB value is (239,153,204). Sum of RGB (Red+Green+Blue) = 239+153+204=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99CC is #106633. Grayscale: #B8B8B8. Windows color (decimal): -1074740 or 13408751. OLE color: 13408751.
HSL color Cylindrical-coordinate representation of color #EF99CC: hue angle of 324.42º 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 #EF99CC is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 204 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.06 |
| HSL | 324.42º | 0.73% | 0.77% | - |
| HSV(B) | 324.42º | 0.36% | 0.94% | - |
| XYZ | 57.89 | 45.49 | 62.86 | - |
| YUV | 184.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 204 | 0 | 0.36 | 0.15 | 0.06 | 324.42 | 0.73 | 0.77 |
| Hex | EF | 99 | CC | 0 | 24 | F | 6 | 144 | 49 | 4D |
| Octal | 357 | 231 | 314 | 0 | 44 | 17 | 6 | 504 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11001100 | 0 | 100100 | 1111 | 110 | 101000100 | 1001001 | 1001101 |
Color Harmonies of #EF99CC
Complementary color
Monochromatic Colors of #EF99CC
Black with #EF99CC
Text Example
Text Example
White with #EF99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99CC; }
p { color: rgb(239,153,204); }
H1.HeaderClassName
{
color: #EF99CC;
}
.AnyTagClassName
{
color: #EF99CC;
}
</style>
background-color css
<style>
a { background-color: #EF99CC; }
a { background-color: rgb(239,153,204); }
div.DivClassName
{
background-color: #EF99CC;
}
.BgClassName
{
background-color: #EF99CC;
}
</style>
border-color css
<style>
span { border-color: #EF99CC; }
span { border-color: rgb(239,153,204); }
td.TdClassName
{
border-color: #EF99CC;
}
.TagClassName
{
border-color: #EF99CC;
}
</style>