Shades of Ruby #E4205F
Tints of Ruby #E4205F
RGB
CMYK
RGB Variations
Color information
#E4205F (or 0xE4205F) is known color: Ruby. HEX triplet: E4, 20 and 5F. RGB value is (228,32,95). Sum of RGB (Red+Green+Blue) = 228+32+95=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4205F is #1BDFA0. Grayscale: #616161. Windows color (decimal): -1826721 or 6234340. OLE color: 6234340.
HSL color Cylindrical-coordinate representation of color #E4205F: hue angle of 340.71º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4205F is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 95 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.11 |
| HSL | 340.71º | 0.78% | 0.51% | - |
| HSV(B) | 340.71º | 0.86% | 0.89% | - |
| XYZ | 34.58 | 18.35 | 12.55 | - |
| YUV | 97.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 95 | 0 | 0.86 | 0.58 | 0.11 | 340.71 | 0.78 | 0.51 |
| Hex | E4 | 20 | 5F | 0 | 56 | 3A | B | 155 | 4E | 33 |
| Octal | 344 | 40 | 137 | 0 | 126 | 72 | 13 | 525 | 116 | 63 |
| Binary | 11100100 | 100000 | 1011111 | 0 | 1010110 | 111010 | 1011 | 101010101 | 1001110 | 110011 |
Color Harmonies of #E4205F
Complementary color
Monochromatic Colors of #E4205F
Black with #E4205F
Text Example
Text Example
White with #E4205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4205F; }
p { color: rgb(228,32,95); }
H1.HeaderClassName
{
color: #E4205F;
}
.AnyTagClassName
{
color: #E4205F;
}
</style>
background-color css
<style>
a { background-color: #E4205F; }
a { background-color: rgb(228,32,95); }
div.DivClassName
{
background-color: #E4205F;
}
.BgClassName
{
background-color: #E4205F;
}
</style>
border-color css
<style>
span { border-color: #E4205F; }
span { border-color: rgb(228,32,95); }
td.TdClassName
{
border-color: #E4205F;
}
.TagClassName
{
border-color: #E4205F;
}
</style>