Shades of Violet #EA80FB
Tints of Violet #EA80FB
RGB
CMYK
RGB Variations
Color information
#EA80FB (or 0xEA80FB) is known color: Violet. HEX triplet: EA, 80 and FB. RGB value is (234,128,251). Sum of RGB (Red+Green+Blue) = 234+128+251=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80FB is #157F04. Grayscale: #ADADAD. Windows color (decimal): -1408773 or 16482538. OLE color: 16482538.
HSL color Cylindrical-coordinate representation of color #EA80FB: hue angle of 291.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA80FB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 128 | 251 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.02 |
| HSL | 291.71º | 0.94% | 0.74% | - |
| HSV(B) | 291.71º | 0.49% | 0.98% | - |
| XYZ | 59.06 | 39.9 | 95.85 | - |
| YUV | 173.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 251 | 0.07 | 0.49 | 0 | 0.02 | 291.71 | 0.94 | 0.74 |
| Hex | EA | 80 | FB | 7 | 31 | 0 | 2 | 124 | 5E | 4A |
| Octal | 352 | 200 | 373 | 7 | 61 | 0 | 2 | 444 | 136 | 112 |
| Binary | 11101010 | 10000000 | 11111011 | 111 | 110001 | 0 | 10 | 100100100 | 1011110 | 1001010 |
Color Harmonies of #EA80FB
Complementary color
Monochromatic Colors of #EA80FB
Black with #EA80FB
Text Example
Text Example
White with #EA80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80FB; }
p { color: rgb(234,128,251); }
H1.HeaderClassName
{
color: #EA80FB;
}
.AnyTagClassName
{
color: #EA80FB;
}
</style>
background-color css
<style>
a { background-color: #EA80FB; }
a { background-color: rgb(234,128,251); }
div.DivClassName
{
background-color: #EA80FB;
}
.BgClassName
{
background-color: #EA80FB;
}
</style>
border-color css
<style>
span { border-color: #EA80FB; }
span { border-color: rgb(234,128,251); }
td.TdClassName
{
border-color: #EA80FB;
}
.TagClassName
{
border-color: #EA80FB;
}
</style>