Shades of Ruby #E01852
Tints of Ruby #E01852
RGB
CMYK
RGB Variations
Color information
#E01852 (or 0xE01852) is known color: Ruby. HEX triplet: E0, 18 and 52. RGB value is (224,24,82). Sum of RGB (Red+Green+Blue) = 224+24+82=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E01852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01852 is #1FE7AD. Grayscale: #5A5A5A. Windows color (decimal): -2090926 or 5380320. OLE color: 5380320.
HSL color Cylindrical-coordinate representation of color #E01852: hue angle of 342.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01852 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 82 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.12 |
| HSL | 342.6º | 0.81% | 0.49% | - |
| HSV(B) | 342.6º | 0.89% | 0.88% | - |
| XYZ | 32.59 | 17.11 | 9.57 | - |
| YUV | 90.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 82 | 0 | 0.89 | 0.63 | 0.12 | 342.6 | 0.81 | 0.49 |
| Hex | E0 | 18 | 52 | 0 | 59 | 3F | C | 157 | 51 | 31 |
| Octal | 340 | 30 | 122 | 0 | 131 | 77 | 14 | 527 | 121 | 61 |
| Binary | 11100000 | 11000 | 1010010 | 0 | 1011001 | 111111 | 1100 | 101010111 | 1010001 | 110001 |
Color Harmonies of #E01852
Complementary color
Monochromatic Colors of #E01852
Black with #E01852
Text Example
Text Example
White with #E01852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01852; }
p { color: rgb(224,24,82); }
H1.HeaderClassName
{
color: #E01852;
}
.AnyTagClassName
{
color: #E01852;
}
</style>
background-color css
<style>
a { background-color: #E01852; }
a { background-color: rgb(224,24,82); }
div.DivClassName
{
background-color: #E01852;
}
.BgClassName
{
background-color: #E01852;
}
</style>
border-color css
<style>
span { border-color: #E01852; }
span { border-color: rgb(224,24,82); }
td.TdClassName
{
border-color: #E01852;
}
.TagClassName
{
border-color: #E01852;
}
</style>