Shades of Violet #EA8DFB
Tints of Violet #EA8DFB
RGB
CMYK
RGB Variations
Color information
#EA8DFB (or 0xEA8DFB) is known color: Violet. HEX triplet: EA, 8D and FB. RGB value is (234,141,251). Sum of RGB (Red+Green+Blue) = 234+141+251=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA8DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DFB is #157204. Grayscale: #B5B5B5. Windows color (decimal): -1405445 or 16485866. OLE color: 16485866.
HSL color Cylindrical-coordinate representation of color #EA8DFB: hue angle of 290.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8DFB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 141 | 251 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.02 |
| HSL | 290.73º | 0.93% | 0.77% | - |
| HSV(B) | 290.73º | 0.44% | 0.98% | - |
| XYZ | 60.87 | 43.51 | 96.46 | - |
| YUV | 181.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 251 | 0.07 | 0.44 | 0 | 0.02 | 290.73 | 0.93 | 0.77 |
| Hex | EA | 8D | FB | 7 | 2C | 0 | 2 | 123 | 5D | 4D |
| Octal | 352 | 215 | 373 | 7 | 54 | 0 | 2 | 443 | 135 | 115 |
| Binary | 11101010 | 10001101 | 11111011 | 111 | 101100 | 0 | 10 | 100100011 | 1011101 | 1001101 |
Color Harmonies of #EA8DFB
Complementary color
Monochromatic Colors of #EA8DFB
Black with #EA8DFB
Text Example
Text Example
White with #EA8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8DFB; }
p { color: rgb(234,141,251); }
H1.HeaderClassName
{
color: #EA8DFB;
}
.AnyTagClassName
{
color: #EA8DFB;
}
</style>
background-color css
<style>
a { background-color: #EA8DFB; }
a { background-color: rgb(234,141,251); }
div.DivClassName
{
background-color: #EA8DFB;
}
.BgClassName
{
background-color: #EA8DFB;
}
</style>
border-color css
<style>
span { border-color: #EA8DFB; }
span { border-color: rgb(234,141,251); }
td.TdClassName
{
border-color: #EA8DFB;
}
.TagClassName
{
border-color: #EA8DFB;
}
</style>