Shades of Violet #EA8CFD
Tints of Violet #EA8CFD
RGB
CMYK
RGB Variations
Color information
#EA8CFD (or 0xEA8CFD) is known color: Violet. HEX triplet: EA, 8C and FD. RGB value is (234,140,253). Sum of RGB (Red+Green+Blue) = 234+140+253=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CFD is #157302. Grayscale: #B4B4B4. Windows color (decimal): -1405699 or 16616682. OLE color: 16616682.
HSL color Cylindrical-coordinate representation of color #EA8CFD: hue angle of 289.91º 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 #EA8CFD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 140 | 253 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.01 |
| HSL | 289.91º | 0.97% | 0.77% | - |
| HSV(B) | 289.91º | 0.45% | 0.99% | - |
| XYZ | 61.04 | 43.34 | 98.08 | - |
| YUV | 180.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 253 | 0.08 | 0.45 | 0 | 0.01 | 289.91 | 0.97 | 0.77 |
| Hex | EA | 8C | FD | 8 | 2D | 0 | 1 | 122 | 61 | 4D |
| Octal | 352 | 214 | 375 | 10 | 55 | 0 | 1 | 442 | 141 | 115 |
| Binary | 11101010 | 10001100 | 11111101 | 1000 | 101101 | 0 | 1 | 100100010 | 1100001 | 1001101 |
Color Harmonies of #EA8CFD
Complementary color
Monochromatic Colors of #EA8CFD
Black with #EA8CFD
Text Example
Text Example
White with #EA8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CFD; }
p { color: rgb(234,140,253); }
H1.HeaderClassName
{
color: #EA8CFD;
}
.AnyTagClassName
{
color: #EA8CFD;
}
</style>
background-color css
<style>
a { background-color: #EA8CFD; }
a { background-color: rgb(234,140,253); }
div.DivClassName
{
background-color: #EA8CFD;
}
.BgClassName
{
background-color: #EA8CFD;
}
</style>
border-color css
<style>
span { border-color: #EA8CFD; }
span { border-color: rgb(234,140,253); }
td.TdClassName
{
border-color: #EA8CFD;
}
.TagClassName
{
border-color: #EA8CFD;
}
</style>