Shades of Ruby #E41F70
Tints of Ruby #E41F70
RGB
CMYK
RGB Variations
Color information
#E41F70 (or 0xE41F70) is known color: Ruby. HEX triplet: E4, 1F and 70. RGB value is (228,31,112). Sum of RGB (Red+Green+Blue) = 228+31+112=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41F70 is #1BE08F. Grayscale: #636363. Windows color (decimal): -1826960 or 7348196. OLE color: 7348196.
HSL color Cylindrical-coordinate representation of color #E41F70: hue angle of 335.33º 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 #E41F70 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 112 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.11 |
| HSL | 335.33º | 0.78% | 0.51% | - |
| HSV(B) | 335.33º | 0.86% | 0.89% | - |
| XYZ | 35.41 | 18.64 | 17.06 | - |
| YUV | 99.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 112 | 0 | 0.86 | 0.51 | 0.11 | 335.33 | 0.78 | 0.51 |
| Hex | E4 | 1F | 70 | 0 | 56 | 33 | B | 14F | 4E | 33 |
| Octal | 344 | 37 | 160 | 0 | 126 | 63 | 13 | 517 | 116 | 63 |
| Binary | 11100100 | 11111 | 1110000 | 0 | 1010110 | 110011 | 1011 | 101001111 | 1001110 | 110011 |
Color Harmonies of #E41F70
Complementary color
Monochromatic Colors of #E41F70
Black with #E41F70
Text Example
Text Example
White with #E41F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F70; }
p { color: rgb(228,31,112); }
H1.HeaderClassName
{
color: #E41F70;
}
.AnyTagClassName
{
color: #E41F70;
}
</style>
background-color css
<style>
a { background-color: #E41F70; }
a { background-color: rgb(228,31,112); }
div.DivClassName
{
background-color: #E41F70;
}
.BgClassName
{
background-color: #E41F70;
}
</style>
border-color css
<style>
span { border-color: #E41F70; }
span { border-color: rgb(228,31,112); }
td.TdClassName
{
border-color: #E41F70;
}
.TagClassName
{
border-color: #E41F70;
}
</style>