Shades of Violet #EA81FB
Tints of Violet #EA81FB
RGB
CMYK
RGB Variations
Color information
#EA81FB (or 0xEA81FB) is known color: Violet. HEX triplet: EA, 81 and FB. RGB value is (234,129,251). Sum of RGB (Red+Green+Blue) = 234+129+251=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA81FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA81FB is #157E04. Grayscale: #ADADAD. Windows color (decimal): -1408517 or 16482794. OLE color: 16482794.
HSL color Cylindrical-coordinate representation of color #EA81FB: hue angle of 291.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA81FB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 129 | 251 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.02 |
| HSL | 291.64º | 0.94% | 0.75% | - |
| HSV(B) | 291.64º | 0.49% | 0.98% | - |
| XYZ | 59.19 | 40.16 | 95.9 | - |
| YUV | 174.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 251 | 0.07 | 0.49 | 0 | 0.02 | 291.64 | 0.94 | 0.75 |
| Hex | EA | 81 | FB | 7 | 31 | 0 | 2 | 124 | 5E | 4B |
| Octal | 352 | 201 | 373 | 7 | 61 | 0 | 2 | 444 | 136 | 113 |
| Binary | 11101010 | 10000001 | 11111011 | 111 | 110001 | 0 | 10 | 100100100 | 1011110 | 1001011 |
Color Harmonies of #EA81FB
Complementary color
Monochromatic Colors of #EA81FB
Black with #EA81FB
Text Example
Text Example
White with #EA81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81FB; }
p { color: rgb(234,129,251); }
H1.HeaderClassName
{
color: #EA81FB;
}
.AnyTagClassName
{
color: #EA81FB;
}
</style>
background-color css
<style>
a { background-color: #EA81FB; }
a { background-color: rgb(234,129,251); }
div.DivClassName
{
background-color: #EA81FB;
}
.BgClassName
{
background-color: #EA81FB;
}
</style>
border-color css
<style>
span { border-color: #EA81FB; }
span { border-color: rgb(234,129,251); }
td.TdClassName
{
border-color: #EA81FB;
}
.TagClassName
{
border-color: #EA81FB;
}
</style>