Shades of Violet #EA8FEF
Tints of Violet #EA8FEF
RGB
CMYK
RGB Variations
Color information
#EA8FEF (or 0xEA8FEF) is known color: Violet. HEX triplet: EA, 8F and EF. RGB value is (234,143,239). Sum of RGB (Red+Green+Blue) = 234+143+239=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FEF is #157010. Grayscale: #B4B4B4. Windows color (decimal): -1404945 or 15699946. OLE color: 15699946.
HSL color Cylindrical-coordinate representation of color #EA8FEF: hue angle of 296.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8FEF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 143 | 239 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.06 |
| HSL | 296.88º | 0.75% | 0.75% | - |
| HSV(B) | 296.88º | 0.4% | 0.94% | - |
| XYZ | 59.33 | 43.37 | 86.91 | - |
| YUV | 181.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 239 | 0.02 | 0.40 | 0 | 0.06 | 296.88 | 0.75 | 0.75 |
| Hex | EA | 8F | EF | 2 | 28 | 0 | 6 | 129 | 4B | 4B |
| Octal | 352 | 217 | 357 | 2 | 50 | 0 | 6 | 451 | 113 | 113 |
| Binary | 11101010 | 10001111 | 11101111 | 10 | 101000 | 0 | 110 | 100101001 | 1001011 | 1001011 |
Color Harmonies of #EA8FEF
Complementary color
Monochromatic Colors of #EA8FEF
Black with #EA8FEF
Text Example
Text Example
White with #EA8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FEF; }
p { color: rgb(234,143,239); }
H1.HeaderClassName
{
color: #EA8FEF;
}
.AnyTagClassName
{
color: #EA8FEF;
}
</style>
background-color css
<style>
a { background-color: #EA8FEF; }
a { background-color: rgb(234,143,239); }
div.DivClassName
{
background-color: #EA8FEF;
}
.BgClassName
{
background-color: #EA8FEF;
}
</style>
border-color css
<style>
span { border-color: #EA8FEF; }
span { border-color: rgb(234,143,239); }
td.TdClassName
{
border-color: #EA8FEF;
}
.TagClassName
{
border-color: #EA8FEF;
}
</style>