Shades of Radical Red #EA495C
Tints of Radical Red #EA495C
RGB
CMYK
RGB Variations
Color information
#EA495C (or 0xEA495C) is known color: Radical Red. HEX triplet: EA, 49 and 5C. RGB value is (234,73,92). Sum of RGB (Red+Green+Blue) = 234+73+92=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA495C is #15B6A3. Grayscale: #7B7B7B. Windows color (decimal): -1423012 or 6048234. OLE color: 6048234.
HSL color Cylindrical-coordinate representation of color #EA495C: hue angle of 352.92º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA495C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 92 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.08 |
| HSL | 352.92º | 0.79% | 0.6% | - |
| HSV(B) | 352.92º | 0.69% | 0.92% | - |
| XYZ | 38.25 | 23.03 | 12.55 | - |
| YUV | 123.31 | 110.34 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 92 | 0 | 0.69 | 0.61 | 0.08 | 352.92 | 0.79 | 0.6 |
| Hex | EA | 49 | 5C | 0 | 45 | 3D | 8 | 161 | 4F | 3C |
| Octal | 352 | 111 | 134 | 0 | 105 | 75 | 10 | 541 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1011100 | 0 | 1000101 | 111101 | 1000 | 101100001 | 1001111 | 111100 |
Color Harmonies of #EA495C
Complementary color
Monochromatic Colors of #EA495C
Black with #EA495C
Text Example
Text Example
White with #EA495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA495C; }
p { color: rgb(234,73,92); }
H1.HeaderClassName
{
color: #EA495C;
}
.AnyTagClassName
{
color: #EA495C;
}
</style>
background-color css
<style>
a { background-color: #EA495C; }
a { background-color: rgb(234,73,92); }
div.DivClassName
{
background-color: #EA495C;
}
.BgClassName
{
background-color: #EA495C;
}
</style>
border-color css
<style>
span { border-color: #EA495C; }
span { border-color: rgb(234,73,92); }
td.TdClassName
{
border-color: #EA495C;
}
.TagClassName
{
border-color: #EA495C;
}
</style>