Shades of Violet #EA8CFC
Tints of Violet #EA8CFC
RGB
CMYK
RGB Variations
Color information
#EA8CFC (or 0xEA8CFC) is known color: Violet. HEX triplet: EA, 8C and FC. RGB value is (234,140,252). Sum of RGB (Red+Green+Blue) = 234+140+252=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 140 (55.08% from 255 or 22.36% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CFC is #157303. Grayscale: #B4B4B4. Windows color (decimal): -1405700 or 16551146. OLE color: 16551146.
HSL color Cylindrical-coordinate representation of color #EA8CFC: hue angle of 290.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8CFC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 140 | 252 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.01 |
| HSL | 290.36º | 0.95% | 0.77% | - |
| HSV(B) | 290.36º | 0.44% | 0.99% | - |
| XYZ | 60.88 | 43.28 | 97.24 | - |
| YUV | 180.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 252 | 0.07 | 0.44 | 0 | 0.01 | 290.36 | 0.95 | 0.77 |
| Hex | EA | 8C | FC | 7 | 2C | 0 | 1 | 122 | 5F | 4D |
| Octal | 352 | 214 | 374 | 7 | 54 | 0 | 1 | 442 | 137 | 115 |
| Binary | 11101010 | 10001100 | 11111100 | 111 | 101100 | 0 | 1 | 100100010 | 1011111 | 1001101 |
Color Harmonies of #EA8CFC
Complementary color
Monochromatic Colors of #EA8CFC
Black with #EA8CFC
Text Example
Text Example
White with #EA8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CFC; }
p { color: rgb(234,140,252); }
H1.HeaderClassName
{
color: #EA8CFC;
}
.AnyTagClassName
{
color: #EA8CFC;
}
</style>
background-color css
<style>
a { background-color: #EA8CFC; }
a { background-color: rgb(234,140,252); }
div.DivClassName
{
background-color: #EA8CFC;
}
.BgClassName
{
background-color: #EA8CFC;
}
</style>
border-color css
<style>
span { border-color: #EA8CFC; }
span { border-color: rgb(234,140,252); }
td.TdClassName
{
border-color: #EA8CFC;
}
.TagClassName
{
border-color: #EA8CFC;
}
</style>