Shades of Violet Red #EA429B
Tints of Violet Red #EA429B
RGB
CMYK
RGB Variations
Color information
#EA429B (or 0xEA429B) is known color: Violet Red. HEX triplet: EA, 42 and 9B. RGB value is (234,66,155). Sum of RGB (Red+Green+Blue) = 234+66+155=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA429B is #15BD64. Grayscale: #7E7E7E. Windows color (decimal): -1424741 or 10175210. OLE color: 10175210.
HSL color Cylindrical-coordinate representation of color #EA429B: hue angle of 328.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA429B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 155 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.08 |
| HSL | 328.21º | 0.8% | 0.59% | - |
| HSV(B) | 328.21º | 0.72% | 0.92% | - |
| XYZ | 41.8 | 23.76 | 33.39 | - |
| YUV | 126.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 155 | 0 | 0.72 | 0.34 | 0.08 | 328.21 | 0.8 | 0.59 |
| Hex | EA | 42 | 9B | 0 | 48 | 22 | 8 | 148 | 50 | 3B |
| Octal | 352 | 102 | 233 | 0 | 110 | 42 | 10 | 510 | 120 | 73 |
| Binary | 11101010 | 1000010 | 10011011 | 0 | 1001000 | 100010 | 1000 | 101001000 | 1010000 | 111011 |
Color Harmonies of #EA429B
Complementary color
Monochromatic Colors of #EA429B
Black with #EA429B
Text Example
Text Example
White with #EA429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA429B; }
p { color: rgb(234,66,155); }
H1.HeaderClassName
{
color: #EA429B;
}
.AnyTagClassName
{
color: #EA429B;
}
</style>
background-color css
<style>
a { background-color: #EA429B; }
a { background-color: rgb(234,66,155); }
div.DivClassName
{
background-color: #EA429B;
}
.BgClassName
{
background-color: #EA429B;
}
</style>
border-color css
<style>
span { border-color: #EA429B; }
span { border-color: rgb(234,66,155); }
td.TdClassName
{
border-color: #EA429B;
}
.TagClassName
{
border-color: #EA429B;
}
</style>