Shades of Violet #EA8FEC
Tints of Violet #EA8FEC
RGB
CMYK
RGB Variations
Color information
#EA8FEC (or 0xEA8FEC) is known color: Violet. HEX triplet: EA, 8F and EC. RGB value is (234,143,236). Sum of RGB (Red+Green+Blue) = 234+143+236=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FEC is #157013. Grayscale: #B4B4B4. Windows color (decimal): -1404948 or 15503338. OLE color: 15503338.
HSL color Cylindrical-coordinate representation of color #EA8FEC: hue angle of 298.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FEC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 143 | 236 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.07 |
| HSL | 298.71º | 0.71% | 0.74% | - |
| HSV(B) | 298.71º | 0.39% | 0.93% | - |
| XYZ | 58.89 | 43.19 | 84.59 | - |
| YUV | 180.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 236 | 0.01 | 0.39 | 0 | 0.07 | 298.71 | 0.71 | 0.74 |
| Hex | EA | 8F | EC | 1 | 27 | 0 | 7 | 12B | 47 | 4A |
| Octal | 352 | 217 | 354 | 1 | 47 | 0 | 7 | 453 | 107 | 112 |
| Binary | 11101010 | 10001111 | 11101100 | 1 | 100111 | 0 | 111 | 100101011 | 1000111 | 1001010 |
Color Harmonies of #EA8FEC
Complementary color
Monochromatic Colors of #EA8FEC
Black with #EA8FEC
Text Example
Text Example
White with #EA8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FEC; }
p { color: rgb(234,143,236); }
H1.HeaderClassName
{
color: #EA8FEC;
}
.AnyTagClassName
{
color: #EA8FEC;
}
</style>
background-color css
<style>
a { background-color: #EA8FEC; }
a { background-color: rgb(234,143,236); }
div.DivClassName
{
background-color: #EA8FEC;
}
.BgClassName
{
background-color: #EA8FEC;
}
</style>
border-color css
<style>
span { border-color: #EA8FEC; }
span { border-color: rgb(234,143,236); }
td.TdClassName
{
border-color: #EA8FEC;
}
.TagClassName
{
border-color: #EA8FEC;
}
</style>