Shades of Violet #EA8FE2
Tints of Violet #EA8FE2
RGB
CMYK
RGB Variations
Color information
#EA8FE2 (or 0xEA8FE2) is known color: Violet. HEX triplet: EA, 8F and E2. RGB value is (234,143,226). Sum of RGB (Red+Green+Blue) = 234+143+226=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FE2 is #15701D. Grayscale: #B3B3B3. Windows color (decimal): -1404958 or 14847978. OLE color: 14847978.
HSL color Cylindrical-coordinate representation of color #EA8FE2: hue angle of 305.27º 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 #EA8FE2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 226 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.08 |
| HSL | 305.27º | 0.68% | 0.74% | - |
| HSV(B) | 305.27º | 0.39% | 0.92% | - |
| XYZ | 57.48 | 42.63 | 77.15 | - |
| YUV | 179.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 226 | 0 | 0.39 | 0.03 | 0.08 | 305.27 | 0.68 | 0.74 |
| Hex | EA | 8F | E2 | 0 | 27 | 3 | 8 | 131 | 44 | 4A |
| Octal | 352 | 217 | 342 | 0 | 47 | 3 | 10 | 461 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11100010 | 0 | 100111 | 11 | 1000 | 100110001 | 1000100 | 1001010 |
Color Harmonies of #EA8FE2
Complementary color
Monochromatic Colors of #EA8FE2
Black with #EA8FE2
Text Example
Text Example
White with #EA8FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FE2; }
p { color: rgb(234,143,226); }
H1.HeaderClassName
{
color: #EA8FE2;
}
.AnyTagClassName
{
color: #EA8FE2;
}
</style>
background-color css
<style>
a { background-color: #EA8FE2; }
a { background-color: rgb(234,143,226); }
div.DivClassName
{
background-color: #EA8FE2;
}
.BgClassName
{
background-color: #EA8FE2;
}
</style>
border-color css
<style>
span { border-color: #EA8FE2; }
span { border-color: rgb(234,143,226); }
td.TdClassName
{
border-color: #EA8FE2;
}
.TagClassName
{
border-color: #EA8FE2;
}
</style>