Shades of Violet #EA8BFD
Tints of Violet #EA8BFD
RGB
CMYK
RGB Variations
Color information
#EA8BFD (or 0xEA8BFD) is known color: Violet. HEX triplet: EA, 8B and FD. RGB value is (234,139,253). Sum of RGB (Red+Green+Blue) = 234+139+253=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA8BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BFD is #157402. Grayscale: #B4B4B4. Windows color (decimal): -1405955 or 16616426. OLE color: 16616426.
HSL color Cylindrical-coordinate representation of color #EA8BFD: hue angle of 290º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8BFD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 139 | 253 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.01 |
| HSL | 290º | 0.97% | 0.77% | - |
| HSV(B) | 290º | 0.45% | 0.99% | - |
| XYZ | 60.89 | 43.05 | 98.03 | - |
| YUV | 180.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 253 | 0.08 | 0.45 | 0 | 0.01 | 290 | 0.97 | 0.77 |
| Hex | EA | 8B | FD | 8 | 2D | 0 | 1 | 122 | 61 | 4D |
| Octal | 352 | 213 | 375 | 10 | 55 | 0 | 1 | 442 | 141 | 115 |
| Binary | 11101010 | 10001011 | 11111101 | 1000 | 101101 | 0 | 1 | 100100010 | 1100001 | 1001101 |
Color Harmonies of #EA8BFD
Complementary color
Monochromatic Colors of #EA8BFD
Black with #EA8BFD
Text Example
Text Example
White with #EA8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BFD; }
p { color: rgb(234,139,253); }
H1.HeaderClassName
{
color: #EA8BFD;
}
.AnyTagClassName
{
color: #EA8BFD;
}
</style>
background-color css
<style>
a { background-color: #EA8BFD; }
a { background-color: rgb(234,139,253); }
div.DivClassName
{
background-color: #EA8BFD;
}
.BgClassName
{
background-color: #EA8BFD;
}
</style>
border-color css
<style>
span { border-color: #EA8BFD; }
span { border-color: rgb(234,139,253); }
td.TdClassName
{
border-color: #EA8BFD;
}
.TagClassName
{
border-color: #EA8BFD;
}
</style>