Shades of Violet Red #EA438D
Tints of Violet Red #EA438D
RGB
CMYK
RGB Variations
Color information
#EA438D (or 0xEA438D) is known color: Violet Red. HEX triplet: EA, 43 and 8D. RGB value is (234,67,141). Sum of RGB (Red+Green+Blue) = 234+67+141=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA438D is #15BC72. Grayscale: #7D7D7D. Windows color (decimal): -1424499 or 9257962. OLE color: 9257962.
HSL color Cylindrical-coordinate representation of color #EA438D: hue angle of 333.41º 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 #EA438D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 141 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.08 |
| HSL | 333.41º | 0.8% | 0.59% | - |
| HSV(B) | 333.41º | 0.71% | 0.92% | - |
| XYZ | 40.75 | 23.43 | 27.57 | - |
| YUV | 125.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 141 | 0 | 0.71 | 0.40 | 0.08 | 333.41 | 0.8 | 0.59 |
| Hex | EA | 43 | 8D | 0 | 47 | 28 | 8 | 14D | 50 | 3B |
| Octal | 352 | 103 | 215 | 0 | 107 | 50 | 10 | 515 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10001101 | 0 | 1000111 | 101000 | 1000 | 101001101 | 1010000 | 111011 |
Color Harmonies of #EA438D
Complementary color
Monochromatic Colors of #EA438D
Black with #EA438D
Text Example
Text Example
White with #EA438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA438D; }
p { color: rgb(234,67,141); }
H1.HeaderClassName
{
color: #EA438D;
}
.AnyTagClassName
{
color: #EA438D;
}
</style>
background-color css
<style>
a { background-color: #EA438D; }
a { background-color: rgb(234,67,141); }
div.DivClassName
{
background-color: #EA438D;
}
.BgClassName
{
background-color: #EA438D;
}
</style>
border-color css
<style>
span { border-color: #EA438D; }
span { border-color: rgb(234,67,141); }
td.TdClassName
{
border-color: #EA438D;
}
.TagClassName
{
border-color: #EA438D;
}
</style>