Shades of Shocking #EF9AC2
Tints of Shocking #EF9AC2
RGB
CMYK
RGB Variations
Color information
#EF9AC2 (or 0xEF9AC2) is known color: Shocking. HEX triplet: EF, 9A and C2. RGB value is (239,154,194). Sum of RGB (Red+Green+Blue) = 239+154+194=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AC2 is #10653D. Grayscale: #B7B7B7. Windows color (decimal): -1074494 or 12753647. OLE color: 12753647.
HSL color Cylindrical-coordinate representation of color #EF9AC2: hue angle of 331.76º 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 #EF9AC2 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 194 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.06 |
| HSL | 331.76º | 0.73% | 0.77% | - |
| HSV(B) | 331.76º | 0.36% | 0.94% | - |
| XYZ | 56.89 | 45.36 | 56.8 | - |
| YUV | 183.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 194 | 0 | 0.36 | 0.19 | 0.06 | 331.76 | 0.73 | 0.77 |
| Hex | EF | 9A | C2 | 0 | 24 | 13 | 6 | 14C | 49 | 4D |
| Octal | 357 | 232 | 302 | 0 | 44 | 23 | 6 | 514 | 111 | 115 |
| Binary | 11101111 | 10011010 | 11000010 | 0 | 100100 | 10011 | 110 | 101001100 | 1001001 | 1001101 |
Color Harmonies of #EF9AC2
Complementary color
Monochromatic Colors of #EF9AC2
Black with #EF9AC2
Text Example
Text Example
White with #EF9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9AC2; }
p { color: rgb(239,154,194); }
H1.HeaderClassName
{
color: #EF9AC2;
}
.AnyTagClassName
{
color: #EF9AC2;
}
</style>
background-color css
<style>
a { background-color: #EF9AC2; }
a { background-color: rgb(239,154,194); }
div.DivClassName
{
background-color: #EF9AC2;
}
.BgClassName
{
background-color: #EF9AC2;
}
</style>
border-color css
<style>
span { border-color: #EF9AC2; }
span { border-color: rgb(239,154,194); }
td.TdClassName
{
border-color: #EF9AC2;
}
.TagClassName
{
border-color: #EF9AC2;
}
</style>