Shades of Violet Red #EA417D
Tints of Violet Red #EA417D
RGB
CMYK
RGB Variations
Color information
#EA417D (or 0xEA417D) is known color: Violet Red. HEX triplet: EA, 41 and 7D. RGB value is (234,65,125). Sum of RGB (Red+Green+Blue) = 234+65+125=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA417D is #15BE82. Grayscale: #7A7A7A. Windows color (decimal): -1425027 or 8208874. OLE color: 8208874.
HSL color Cylindrical-coordinate representation of color #EA417D: hue angle of 338.7º 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 #EA417D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 125 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.08 |
| HSL | 338.7º | 0.8% | 0.59% | - |
| HSV(B) | 338.7º | 0.72% | 0.92% | - |
| XYZ | 39.52 | 22.75 | 21.71 | - |
| YUV | 122.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 125 | 0 | 0.72 | 0.47 | 0.08 | 338.7 | 0.8 | 0.59 |
| Hex | EA | 41 | 7D | 0 | 48 | 2F | 8 | 153 | 50 | 3B |
| Octal | 352 | 101 | 175 | 0 | 110 | 57 | 10 | 523 | 120 | 73 |
| Binary | 11101010 | 1000001 | 1111101 | 0 | 1001000 | 101111 | 1000 | 101010011 | 1010000 | 111011 |
Color Harmonies of #EA417D
Complementary color
Monochromatic Colors of #EA417D
Black with #EA417D
Text Example
Text Example
White with #EA417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA417D; }
p { color: rgb(234,65,125); }
H1.HeaderClassName
{
color: #EA417D;
}
.AnyTagClassName
{
color: #EA417D;
}
</style>
background-color css
<style>
a { background-color: #EA417D; }
a { background-color: rgb(234,65,125); }
div.DivClassName
{
background-color: #EA417D;
}
.BgClassName
{
background-color: #EA417D;
}
</style>
border-color css
<style>
span { border-color: #EA417D; }
span { border-color: rgb(234,65,125); }
td.TdClassName
{
border-color: #EA417D;
}
.TagClassName
{
border-color: #EA417D;
}
</style>