Shades of Violet #EA8FFA
Tints of Violet #EA8FFA
RGB
CMYK
RGB Variations
Color information
#EA8FFA (or 0xEA8FFA) is known color: Violet. HEX triplet: EA, 8F and FA. RGB value is (234,143,250). Sum of RGB (Red+Green+Blue) = 234+143+250=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 143 (56.25% from 255 or 22.81% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FFA is #157005. Grayscale: #B6B6B6. Windows color (decimal): -1404934 or 16420842. OLE color: 16420842.
HSL color Cylindrical-coordinate representation of color #EA8FFA: hue angle of 291.03º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8FFA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 143 | 250 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.02 |
| HSL | 291.03º | 0.91% | 0.77% | - |
| HSV(B) | 291.03º | 0.43% | 0.98% | - |
| XYZ | 61.01 | 44.04 | 95.73 | - |
| YUV | 182.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 250 | 0.06 | 0.43 | 0 | 0.02 | 291.03 | 0.91 | 0.77 |
| Hex | EA | 8F | FA | 6 | 2B | 0 | 2 | 123 | 5B | 4D |
| Octal | 352 | 217 | 372 | 6 | 53 | 0 | 2 | 443 | 133 | 115 |
| Binary | 11101010 | 10001111 | 11111010 | 110 | 101011 | 0 | 10 | 100100011 | 1011011 | 1001101 |
Color Harmonies of #EA8FFA
Complementary color
Monochromatic Colors of #EA8FFA
Black with #EA8FFA
Text Example
Text Example
White with #EA8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FFA; }
p { color: rgb(234,143,250); }
H1.HeaderClassName
{
color: #EA8FFA;
}
.AnyTagClassName
{
color: #EA8FFA;
}
</style>
background-color css
<style>
a { background-color: #EA8FFA; }
a { background-color: rgb(234,143,250); }
div.DivClassName
{
background-color: #EA8FFA;
}
.BgClassName
{
background-color: #EA8FFA;
}
</style>
border-color css
<style>
span { border-color: #EA8FFA; }
span { border-color: rgb(234,143,250); }
td.TdClassName
{
border-color: #EA8FFA;
}
.TagClassName
{
border-color: #EA8FFA;
}
</style>