Shades of Violet Red #EA439B
Tints of Violet Red #EA439B
RGB
CMYK
RGB Variations
Color information
#EA439B (or 0xEA439B) is known color: Violet Red. HEX triplet: EA, 43 and 9B. RGB value is (234,67,155). Sum of RGB (Red+Green+Blue) = 234+67+155=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA439B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA439B is #15BC64. Grayscale: #7E7E7E. Windows color (decimal): -1424485 or 10175466. OLE color: 10175466.
HSL color Cylindrical-coordinate representation of color #EA439B: hue angle of 328.38º 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 #EA439B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 155 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.08 |
| HSL | 328.38º | 0.8% | 0.59% | - |
| HSV(B) | 328.38º | 0.71% | 0.92% | - |
| XYZ | 41.86 | 23.87 | 33.41 | - |
| YUV | 126.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 155 | 0 | 0.71 | 0.34 | 0.08 | 328.38 | 0.8 | 0.59 |
| Hex | EA | 43 | 9B | 0 | 47 | 22 | 8 | 148 | 50 | 3B |
| Octal | 352 | 103 | 233 | 0 | 107 | 42 | 10 | 510 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10011011 | 0 | 1000111 | 100010 | 1000 | 101001000 | 1010000 | 111011 |
Color Harmonies of #EA439B
Complementary color
Monochromatic Colors of #EA439B
Black with #EA439B
Text Example
Text Example
White with #EA439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA439B; }
p { color: rgb(234,67,155); }
H1.HeaderClassName
{
color: #EA439B;
}
.AnyTagClassName
{
color: #EA439B;
}
</style>
background-color css
<style>
a { background-color: #EA439B; }
a { background-color: rgb(234,67,155); }
div.DivClassName
{
background-color: #EA439B;
}
.BgClassName
{
background-color: #EA439B;
}
</style>
border-color css
<style>
span { border-color: #EA439B; }
span { border-color: rgb(234,67,155); }
td.TdClassName
{
border-color: #EA439B;
}
.TagClassName
{
border-color: #EA439B;
}
</style>