Shades of Violet Red #EA468F
Tints of Violet Red #EA468F
RGB
CMYK
RGB Variations
Color information
#EA468F (or 0xEA468F) is known color: Violet Red. HEX triplet: EA, 46 and 8F. RGB value is (234,70,143). Sum of RGB (Red+Green+Blue) = 234+70+143=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA468F is #15B970. Grayscale: #7F7F7F. Windows color (decimal): -1423729 or 9389802. OLE color: 9389802.
HSL color Cylindrical-coordinate representation of color #EA468F: hue angle of 333.29º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA468F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 143 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.08 |
| HSL | 333.29º | 0.8% | 0.6% | - |
| HSV(B) | 333.29º | 0.7% | 0.92% | - |
| XYZ | 41.08 | 23.86 | 28.43 | - |
| YUV | 127.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 143 | 0 | 0.70 | 0.39 | 0.08 | 333.29 | 0.8 | 0.6 |
| Hex | EA | 46 | 8F | 0 | 46 | 27 | 8 | 14D | 50 | 3C |
| Octal | 352 | 106 | 217 | 0 | 106 | 47 | 10 | 515 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10001111 | 0 | 1000110 | 100111 | 1000 | 101001101 | 1010000 | 111100 |
Color Harmonies of #EA468F
Complementary color
Monochromatic Colors of #EA468F
Black with #EA468F
Text Example
Text Example
White with #EA468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA468F; }
p { color: rgb(234,70,143); }
H1.HeaderClassName
{
color: #EA468F;
}
.AnyTagClassName
{
color: #EA468F;
}
</style>
background-color css
<style>
a { background-color: #EA468F; }
a { background-color: rgb(234,70,143); }
div.DivClassName
{
background-color: #EA468F;
}
.BgClassName
{
background-color: #EA468F;
}
</style>
border-color css
<style>
span { border-color: #EA468F; }
span { border-color: rgb(234,70,143); }
td.TdClassName
{
border-color: #EA468F;
}
.TagClassName
{
border-color: #EA468F;
}
</style>