Shades of Shocking #EF99CB
Tints of Shocking #EF99CB
RGB
CMYK
RGB Variations
Color information
#EF99CB (or 0xEF99CB) is known color: Shocking. HEX triplet: EF, 99 and CB. RGB value is (239,153,203). Sum of RGB (Red+Green+Blue) = 239+153+203=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99CB is #106634. Grayscale: #B8B8B8. Windows color (decimal): -1074741 or 13343215. OLE color: 13343215.
HSL color Cylindrical-coordinate representation of color #EF99CB: hue angle of 325.12º 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 #EF99CB is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 203 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.06 |
| HSL | 325.12º | 0.73% | 0.77% | - |
| HSV(B) | 325.12º | 0.36% | 0.94% | - |
| XYZ | 57.77 | 45.44 | 62.23 | - |
| YUV | 184.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 203 | 0 | 0.36 | 0.15 | 0.06 | 325.12 | 0.73 | 0.77 |
| Hex | EF | 99 | CB | 0 | 24 | F | 6 | 145 | 49 | 4D |
| Octal | 357 | 231 | 313 | 0 | 44 | 17 | 6 | 505 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11001011 | 0 | 100100 | 1111 | 110 | 101000101 | 1001001 | 1001101 |
Color Harmonies of #EF99CB
Complementary color
Monochromatic Colors of #EF99CB
Black with #EF99CB
Text Example
Text Example
White with #EF99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99CB; }
p { color: rgb(239,153,203); }
H1.HeaderClassName
{
color: #EF99CB;
}
.AnyTagClassName
{
color: #EF99CB;
}
</style>
background-color css
<style>
a { background-color: #EF99CB; }
a { background-color: rgb(239,153,203); }
div.DivClassName
{
background-color: #EF99CB;
}
.BgClassName
{
background-color: #EF99CB;
}
</style>
border-color css
<style>
span { border-color: #EF99CB; }
span { border-color: rgb(239,153,203); }
td.TdClassName
{
border-color: #EF99CB;
}
.TagClassName
{
border-color: #EF99CB;
}
</style>