Shades of Shocking #EF9BC3
Tints of Shocking #EF9BC3
RGB
CMYK
RGB Variations
Color information
#EF9BC3 (or 0xEF9BC3) is known color: Shocking. HEX triplet: EF, 9B and C3. RGB value is (239,155,195). Sum of RGB (Red+Green+Blue) = 239+155+195=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BC3 is #10643C. Grayscale: #B8B8B8. Windows color (decimal): -1074237 or 12819439. OLE color: 12819439.
HSL color Cylindrical-coordinate representation of color #EF9BC3: hue angle of 331.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BC3 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 195 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.06 |
| HSL | 331.43º | 0.72% | 0.77% | - |
| HSV(B) | 331.43º | 0.35% | 0.94% | - |
| XYZ | 57.17 | 45.73 | 57.44 | - |
| YUV | 184.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 195 | 0 | 0.35 | 0.18 | 0.06 | 331.43 | 0.72 | 0.77 |
| Hex | EF | 9B | C3 | 0 | 23 | 12 | 6 | 14B | 48 | 4D |
| Octal | 357 | 233 | 303 | 0 | 43 | 22 | 6 | 513 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11000011 | 0 | 100011 | 10010 | 110 | 101001011 | 1001000 | 1001101 |
Color Harmonies of #EF9BC3
Complementary color
Monochromatic Colors of #EF9BC3
Black with #EF9BC3
Text Example
Text Example
White with #EF9BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BC3; }
p { color: rgb(239,155,195); }
H1.HeaderClassName
{
color: #EF9BC3;
}
.AnyTagClassName
{
color: #EF9BC3;
}
</style>
background-color css
<style>
a { background-color: #EF9BC3; }
a { background-color: rgb(239,155,195); }
div.DivClassName
{
background-color: #EF9BC3;
}
.BgClassName
{
background-color: #EF9BC3;
}
</style>
border-color css
<style>
span { border-color: #EF9BC3; }
span { border-color: rgb(239,155,195); }
td.TdClassName
{
border-color: #EF9BC3;
}
.TagClassName
{
border-color: #EF9BC3;
}
</style>