Shades of Ruby #EA205F
Tints of Ruby #EA205F
RGB
CMYK
RGB Variations
Color information
#EA205F (or 0xEA205F) is known color: Ruby. HEX triplet: EA, 20 and 5F. RGB value is (234,32,95). Sum of RGB (Red+Green+Blue) = 234+32+95=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA205F is #15DFA0. Grayscale: #636363. Windows color (decimal): -1433505 or 6234346. OLE color: 6234346.
HSL color Cylindrical-coordinate representation of color #EA205F: hue angle of 341.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA205F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 95 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.08 |
| HSL | 341.29º | 0.83% | 0.52% | - |
| HSV(B) | 341.29º | 0.86% | 0.92% | - |
| XYZ | 36.51 | 19.35 | 12.64 | - |
| YUV | 99.58 | 125.42 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 95 | 0 | 0.86 | 0.59 | 0.08 | 341.29 | 0.83 | 0.52 |
| Hex | EA | 20 | 5F | 0 | 56 | 3B | 8 | 155 | 53 | 34 |
| Octal | 352 | 40 | 137 | 0 | 126 | 73 | 10 | 525 | 123 | 64 |
| Binary | 11101010 | 100000 | 1011111 | 0 | 1010110 | 111011 | 1000 | 101010101 | 1010011 | 110100 |
Color Harmonies of #EA205F
Complementary color
Monochromatic Colors of #EA205F
Black with #EA205F
Text Example
Text Example
White with #EA205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA205F; }
p { color: rgb(234,32,95); }
H1.HeaderClassName
{
color: #EA205F;
}
.AnyTagClassName
{
color: #EA205F;
}
</style>
background-color css
<style>
a { background-color: #EA205F; }
a { background-color: rgb(234,32,95); }
div.DivClassName
{
background-color: #EA205F;
}
.BgClassName
{
background-color: #EA205F;
}
</style>
border-color css
<style>
span { border-color: #EA205F; }
span { border-color: rgb(234,32,95); }
td.TdClassName
{
border-color: #EA205F;
}
.TagClassName
{
border-color: #EA205F;
}
</style>