Shades of Violet #EA8FE5
Tints of Violet #EA8FE5
RGB
CMYK
RGB Variations
Color information
#EA8FE5 (or 0xEA8FE5) is known color: Violet. HEX triplet: EA, 8F and E5. RGB value is (234,143,229). Sum of RGB (Red+Green+Blue) = 234+143+229=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FE5 is #15701A. Grayscale: #B3B3B3. Windows color (decimal): -1404955 or 15044586. OLE color: 15044586.
HSL color Cylindrical-coordinate representation of color #EA8FE5: hue angle of 303.3º 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 #EA8FE5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 229 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.08 |
| HSL | 303.3º | 0.68% | 0.74% | - |
| HSV(B) | 303.3º | 0.39% | 0.92% | - |
| XYZ | 57.9 | 42.79 | 79.34 | - |
| YUV | 180.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 229 | 0 | 0.39 | 0.02 | 0.08 | 303.3 | 0.68 | 0.74 |
| Hex | EA | 8F | E5 | 0 | 27 | 2 | 8 | 12F | 44 | 4A |
| Octal | 352 | 217 | 345 | 0 | 47 | 2 | 10 | 457 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11100101 | 0 | 100111 | 10 | 1000 | 100101111 | 1000100 | 1001010 |
Color Harmonies of #EA8FE5
Complementary color
Monochromatic Colors of #EA8FE5
Black with #EA8FE5
Text Example
Text Example
White with #EA8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FE5; }
p { color: rgb(234,143,229); }
H1.HeaderClassName
{
color: #EA8FE5;
}
.AnyTagClassName
{
color: #EA8FE5;
}
</style>
background-color css
<style>
a { background-color: #EA8FE5; }
a { background-color: rgb(234,143,229); }
div.DivClassName
{
background-color: #EA8FE5;
}
.BgClassName
{
background-color: #EA8FE5;
}
</style>
border-color css
<style>
span { border-color: #EA8FE5; }
span { border-color: rgb(234,143,229); }
td.TdClassName
{
border-color: #EA8FE5;
}
.TagClassName
{
border-color: #EA8FE5;
}
</style>