Shades of Violet Red #EA4487
Tints of Violet Red #EA4487
RGB
CMYK
RGB Variations
Color information
#EA4487 (or 0xEA4487) is known color: Violet Red. HEX triplet: EA, 44 and 87. RGB value is (234,68,135). Sum of RGB (Red+Green+Blue) = 234+68+135=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4487 is #15BB78. Grayscale: #7D7D7D. Windows color (decimal): -1424249 or 8865002. OLE color: 8865002.
HSL color Cylindrical-coordinate representation of color #EA4487: hue angle of 335.78º 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 #EA4487 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 135 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.08 |
| HSL | 335.78º | 0.8% | 0.59% | - |
| HSV(B) | 335.78º | 0.71% | 0.92% | - |
| XYZ | 40.37 | 23.38 | 25.31 | - |
| YUV | 125.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 135 | 0 | 0.71 | 0.42 | 0.08 | 335.78 | 0.8 | 0.59 |
| Hex | EA | 44 | 87 | 0 | 47 | 2A | 8 | 150 | 50 | 3B |
| Octal | 352 | 104 | 207 | 0 | 107 | 52 | 10 | 520 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10000111 | 0 | 1000111 | 101010 | 1000 | 101010000 | 1010000 | 111011 |
Color Harmonies of #EA4487
Complementary color
Monochromatic Colors of #EA4487
Black with #EA4487
Text Example
Text Example
White with #EA4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4487; }
p { color: rgb(234,68,135); }
H1.HeaderClassName
{
color: #EA4487;
}
.AnyTagClassName
{
color: #EA4487;
}
</style>
background-color css
<style>
a { background-color: #EA4487; }
a { background-color: rgb(234,68,135); }
div.DivClassName
{
background-color: #EA4487;
}
.BgClassName
{
background-color: #EA4487;
}
</style>
border-color css
<style>
span { border-color: #EA4487; }
span { border-color: rgb(234,68,135); }
td.TdClassName
{
border-color: #EA4487;
}
.TagClassName
{
border-color: #EA4487;
}
</style>