Shades of Violet #EA8FE3
Tints of Violet #EA8FE3
RGB
CMYK
RGB Variations
Color information
#EA8FE3 (or 0xEA8FE3) is known color: Violet. HEX triplet: EA, 8F and E3. RGB value is (234,143,227). Sum of RGB (Red+Green+Blue) = 234+143+227=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FE3 is #15701C. Grayscale: #B3B3B3. Windows color (decimal): -1404957 or 14913514. OLE color: 14913514.
HSL color Cylindrical-coordinate representation of color #EA8FE3: hue angle of 304.62º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FE3 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 227 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.08 |
| HSL | 304.62º | 0.68% | 0.74% | - |
| HSV(B) | 304.62º | 0.39% | 0.92% | - |
| XYZ | 57.62 | 42.68 | 77.87 | - |
| YUV | 179.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 227 | 0 | 0.39 | 0.03 | 0.08 | 304.62 | 0.68 | 0.74 |
| Hex | EA | 8F | E3 | 0 | 27 | 3 | 8 | 131 | 44 | 4A |
| Octal | 352 | 217 | 343 | 0 | 47 | 3 | 10 | 461 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11100011 | 0 | 100111 | 11 | 1000 | 100110001 | 1000100 | 1001010 |
Color Harmonies of #EA8FE3
Complementary color
Monochromatic Colors of #EA8FE3
Black with #EA8FE3
Text Example
Text Example
White with #EA8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FE3; }
p { color: rgb(234,143,227); }
H1.HeaderClassName
{
color: #EA8FE3;
}
.AnyTagClassName
{
color: #EA8FE3;
}
</style>
background-color css
<style>
a { background-color: #EA8FE3; }
a { background-color: rgb(234,143,227); }
div.DivClassName
{
background-color: #EA8FE3;
}
.BgClassName
{
background-color: #EA8FE3;
}
</style>
border-color css
<style>
span { border-color: #EA8FE3; }
span { border-color: rgb(234,143,227); }
td.TdClassName
{
border-color: #EA8FE3;
}
.TagClassName
{
border-color: #EA8FE3;
}
</style>