Shades of Violet Red #EA459B
Tints of Violet Red #EA459B
RGB
CMYK
RGB Variations
Color information
#EA459B (or 0xEA459B) is known color: Violet Red. HEX triplet: EA, 45 and 9B. RGB value is (234,69,155). Sum of RGB (Red+Green+Blue) = 234+69+155=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA459B is #15BA64. Grayscale: #7F7F7F. Windows color (decimal): -1423973 or 10175978. OLE color: 10175978.
HSL color Cylindrical-coordinate representation of color #EA459B: hue angle of 328.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA459B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 155 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.08 |
| HSL | 328.73º | 0.8% | 0.59% | - |
| HSV(B) | 328.73º | 0.71% | 0.92% | - |
| XYZ | 41.98 | 24.12 | 33.45 | - |
| YUV | 128.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 155 | 0 | 0.71 | 0.34 | 0.08 | 328.73 | 0.8 | 0.59 |
| Hex | EA | 45 | 9B | 0 | 47 | 22 | 8 | 149 | 50 | 3B |
| Octal | 352 | 105 | 233 | 0 | 107 | 42 | 10 | 511 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10011011 | 0 | 1000111 | 100010 | 1000 | 101001001 | 1010000 | 111011 |
Color Harmonies of #EA459B
Complementary color
Monochromatic Colors of #EA459B
Black with #EA459B
Text Example
Text Example
White with #EA459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA459B; }
p { color: rgb(234,69,155); }
H1.HeaderClassName
{
color: #EA459B;
}
.AnyTagClassName
{
color: #EA459B;
}
</style>
background-color css
<style>
a { background-color: #EA459B; }
a { background-color: rgb(234,69,155); }
div.DivClassName
{
background-color: #EA459B;
}
.BgClassName
{
background-color: #EA459B;
}
</style>
border-color css
<style>
span { border-color: #EA459B; }
span { border-color: rgb(234,69,155); }
td.TdClassName
{
border-color: #EA459B;
}
.TagClassName
{
border-color: #EA459B;
}
</style>