Shades of Violet #EF8CEC
Tints of Violet #EF8CEC
RGB
CMYK
RGB Variations
Color information
#EF8CEC (or 0xEF8CEC) is known color: Violet. HEX triplet: EF, 8C and EC. RGB value is (239,140,236). Sum of RGB (Red+Green+Blue) = 239+140+236=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CEC is #107313. Grayscale: #B4B4B4. Windows color (decimal): -1078036 or 15502575. OLE color: 15502575.
HSL color Cylindrical-coordinate representation of color #EF8CEC: hue angle of 301.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CEC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 236 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.06 |
| HSL | 301.82º | 0.76% | 0.74% | - |
| HSV(B) | 301.82º | 0.41% | 0.94% | - |
| XYZ | 60.12 | 43.16 | 84.52 | - |
| YUV | 180.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 236 | 0 | 0.41 | 0.01 | 0.06 | 301.82 | 0.76 | 0.74 |
| Hex | EF | 8C | EC | 0 | 29 | 1 | 6 | 12E | 4C | 4A |
| Octal | 357 | 214 | 354 | 0 | 51 | 1 | 6 | 456 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11101100 | 0 | 101001 | 1 | 110 | 100101110 | 1001100 | 1001010 |
Color Harmonies of #EF8CEC
Complementary color
Monochromatic Colors of #EF8CEC
Black with #EF8CEC
Text Example
Text Example
White with #EF8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CEC; }
p { color: rgb(239,140,236); }
H1.HeaderClassName
{
color: #EF8CEC;
}
.AnyTagClassName
{
color: #EF8CEC;
}
</style>
background-color css
<style>
a { background-color: #EF8CEC; }
a { background-color: rgb(239,140,236); }
div.DivClassName
{
background-color: #EF8CEC;
}
.BgClassName
{
background-color: #EF8CEC;
}
</style>
border-color css
<style>
span { border-color: #EF8CEC; }
span { border-color: rgb(239,140,236); }
td.TdClassName
{
border-color: #EF8CEC;
}
.TagClassName
{
border-color: #EF8CEC;
}
</style>