Shades of Violet #EF8CEA
Tints of Violet #EF8CEA
RGB
CMYK
RGB Variations
Color information
#EF8CEA (or 0xEF8CEA) is known color: Violet. HEX triplet: EF, 8C and EA. RGB value is (239,140,234). Sum of RGB (Red+Green+Blue) = 239+140+234=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CEA is #107315. Grayscale: #B4B4B4. Windows color (decimal): -1078038 or 15371503. OLE color: 15371503.
HSL color Cylindrical-coordinate representation of color #EF8CEA: hue angle of 303.03º 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 #EF8CEA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 234 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.06 |
| HSL | 303.03º | 0.76% | 0.74% | - |
| HSV(B) | 303.03º | 0.41% | 0.94% | - |
| XYZ | 59.83 | 43.05 | 83 | - |
| YUV | 180.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 234 | 0 | 0.41 | 0.02 | 0.06 | 303.03 | 0.76 | 0.74 |
| Hex | EF | 8C | EA | 0 | 29 | 2 | 6 | 12F | 4C | 4A |
| Octal | 357 | 214 | 352 | 0 | 51 | 2 | 6 | 457 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11101010 | 0 | 101001 | 10 | 110 | 100101111 | 1001100 | 1001010 |
Color Harmonies of #EF8CEA
Complementary color
Monochromatic Colors of #EF8CEA
Black with #EF8CEA
Text Example
Text Example
White with #EF8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CEA; }
p { color: rgb(239,140,234); }
H1.HeaderClassName
{
color: #EF8CEA;
}
.AnyTagClassName
{
color: #EF8CEA;
}
</style>
background-color css
<style>
a { background-color: #EF8CEA; }
a { background-color: rgb(239,140,234); }
div.DivClassName
{
background-color: #EF8CEA;
}
.BgClassName
{
background-color: #EF8CEA;
}
</style>
border-color css
<style>
span { border-color: #EF8CEA; }
span { border-color: rgb(239,140,234); }
td.TdClassName
{
border-color: #EF8CEA;
}
.TagClassName
{
border-color: #EF8CEA;
}
</style>