Shades of Shocking #EF99C5
Tints of Shocking #EF99C5
RGB
CMYK
RGB Variations
Color information
#EF99C5 (or 0xEF99C5) is known color: Shocking. HEX triplet: EF, 99 and C5. RGB value is (239,153,197). Sum of RGB (Red+Green+Blue) = 239+153+197=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C5 is #10663A. Grayscale: #B7B7B7. Windows color (decimal): -1074747 or 12949999. OLE color: 12949999.
HSL color Cylindrical-coordinate representation of color #EF99C5: hue angle of 329.3º 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 #EF99C5 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 197 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.06 |
| HSL | 329.3º | 0.73% | 0.77% | - |
| HSV(B) | 329.3º | 0.36% | 0.94% | - |
| XYZ | 57.07 | 45.16 | 58.53 | - |
| YUV | 183.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 197 | 0 | 0.36 | 0.18 | 0.06 | 329.3 | 0.73 | 0.77 |
| Hex | EF | 99 | C5 | 0 | 24 | 12 | 6 | 149 | 49 | 4D |
| Octal | 357 | 231 | 305 | 0 | 44 | 22 | 6 | 511 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11000101 | 0 | 100100 | 10010 | 110 | 101001001 | 1001001 | 1001101 |
Color Harmonies of #EF99C5
Complementary color
Monochromatic Colors of #EF99C5
Black with #EF99C5
Text Example
Text Example
White with #EF99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99C5; }
p { color: rgb(239,153,197); }
H1.HeaderClassName
{
color: #EF99C5;
}
.AnyTagClassName
{
color: #EF99C5;
}
</style>
background-color css
<style>
a { background-color: #EF99C5; }
a { background-color: rgb(239,153,197); }
div.DivClassName
{
background-color: #EF99C5;
}
.BgClassName
{
background-color: #EF99C5;
}
</style>
border-color css
<style>
span { border-color: #EF99C5; }
span { border-color: rgb(239,153,197); }
td.TdClassName
{
border-color: #EF99C5;
}
.TagClassName
{
border-color: #EF99C5;
}
</style>