Shades of Violet Red #EA469D
Tints of Violet Red #EA469D
RGB
CMYK
RGB Variations
Color information
#EA469D (or 0xEA469D) is known color: Violet Red. HEX triplet: EA, 46 and 9D. RGB value is (234,70,157). Sum of RGB (Red+Green+Blue) = 234+70+157=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA469D is #15B962. Grayscale: #808080. Windows color (decimal): -1423715 or 10307306. OLE color: 10307306.
HSL color Cylindrical-coordinate representation of color #EA469D: hue angle of 328.17º 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 #EA469D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 157 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.08 |
| HSL | 328.17º | 0.8% | 0.6% | - |
| HSV(B) | 328.17º | 0.7% | 0.92% | - |
| XYZ | 42.21 | 24.31 | 34.37 | - |
| YUV | 128.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 157 | 0 | 0.70 | 0.33 | 0.08 | 328.17 | 0.8 | 0.6 |
| Hex | EA | 46 | 9D | 0 | 46 | 21 | 8 | 148 | 50 | 3C |
| Octal | 352 | 106 | 235 | 0 | 106 | 41 | 10 | 510 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10011101 | 0 | 1000110 | 100001 | 1000 | 101001000 | 1010000 | 111100 |
Color Harmonies of #EA469D
Complementary color
Monochromatic Colors of #EA469D
Black with #EA469D
Text Example
Text Example
White with #EA469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA469D; }
p { color: rgb(234,70,157); }
H1.HeaderClassName
{
color: #EA469D;
}
.AnyTagClassName
{
color: #EA469D;
}
</style>
background-color css
<style>
a { background-color: #EA469D; }
a { background-color: rgb(234,70,157); }
div.DivClassName
{
background-color: #EA469D;
}
.BgClassName
{
background-color: #EA469D;
}
</style>
border-color css
<style>
span { border-color: #EA469D; }
span { border-color: rgb(234,70,157); }
td.TdClassName
{
border-color: #EA469D;
}
.TagClassName
{
border-color: #EA469D;
}
</style>