Shades of Shocking #EF99D0
Tints of Shocking #EF99D0
RGB
CMYK
RGB Variations
Color information
#EF99D0 (or 0xEF99D0) is known color: Shocking. HEX triplet: EF, 99 and D0. RGB value is (239,153,208). Sum of RGB (Red+Green+Blue) = 239+153+208=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D0 is #10662F. Grayscale: #B8B8B8. Windows color (decimal): -1074736 or 13670895. OLE color: 13670895.
HSL color Cylindrical-coordinate representation of color #EF99D0: hue angle of 321.63º 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 #EF99D0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 208 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.06 |
| HSL | 321.63º | 0.73% | 0.77% | - |
| HSV(B) | 321.63º | 0.36% | 0.94% | - |
| XYZ | 58.37 | 45.69 | 65.42 | - |
| YUV | 184.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 208 | 0 | 0.36 | 0.13 | 0.06 | 321.63 | 0.73 | 0.77 |
| Hex | EF | 99 | D0 | 0 | 24 | D | 6 | 142 | 49 | 4D |
| Octal | 357 | 231 | 320 | 0 | 44 | 15 | 6 | 502 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11010000 | 0 | 100100 | 1101 | 110 | 101000010 | 1001001 | 1001101 |
Color Harmonies of #EF99D0
Complementary color
Monochromatic Colors of #EF99D0
Black with #EF99D0
Text Example
Text Example
White with #EF99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99D0; }
p { color: rgb(239,153,208); }
H1.HeaderClassName
{
color: #EF99D0;
}
.AnyTagClassName
{
color: #EF99D0;
}
</style>
background-color css
<style>
a { background-color: #EF99D0; }
a { background-color: rgb(239,153,208); }
div.DivClassName
{
background-color: #EF99D0;
}
.BgClassName
{
background-color: #EF99D0;
}
</style>
border-color css
<style>
span { border-color: #EF99D0; }
span { border-color: rgb(239,153,208); }
td.TdClassName
{
border-color: #EF99D0;
}
.TagClassName
{
border-color: #EF99D0;
}
</style>