Shades of Ruby #EA215F
Tints of Ruby #EA215F
RGB
CMYK
RGB Variations
Color information
#EA215F (or 0xEA215F) is known color: Ruby. HEX triplet: EA, 21 and 5F. RGB value is (234,33,95). Sum of RGB (Red+Green+Blue) = 234+33+95=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA215F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA215F is #15DEA0. Grayscale: #646464. Windows color (decimal): -1433249 or 6234602. OLE color: 6234602.
HSL color Cylindrical-coordinate representation of color #EA215F: hue angle of 341.49º 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 #EA215F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 95 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.08 |
| HSL | 341.49º | 0.83% | 0.52% | - |
| HSV(B) | 341.49º | 0.86% | 0.92% | - |
| XYZ | 36.54 | 19.41 | 12.65 | - |
| YUV | 100.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 95 | 0 | 0.86 | 0.59 | 0.08 | 341.49 | 0.83 | 0.52 |
| Hex | EA | 21 | 5F | 0 | 56 | 3B | 8 | 155 | 53 | 34 |
| Octal | 352 | 41 | 137 | 0 | 126 | 73 | 10 | 525 | 123 | 64 |
| Binary | 11101010 | 100001 | 1011111 | 0 | 1010110 | 111011 | 1000 | 101010101 | 1010011 | 110100 |
Color Harmonies of #EA215F
Complementary color
Monochromatic Colors of #EA215F
Black with #EA215F
Text Example
Text Example
White with #EA215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA215F; }
p { color: rgb(234,33,95); }
H1.HeaderClassName
{
color: #EA215F;
}
.AnyTagClassName
{
color: #EA215F;
}
</style>
background-color css
<style>
a { background-color: #EA215F; }
a { background-color: rgb(234,33,95); }
div.DivClassName
{
background-color: #EA215F;
}
.BgClassName
{
background-color: #EA215F;
}
</style>
border-color css
<style>
span { border-color: #EA215F; }
span { border-color: rgb(234,33,95); }
td.TdClassName
{
border-color: #EA215F;
}
.TagClassName
{
border-color: #EA215F;
}
</style>