Shades of Ruby #E01752
Tints of Ruby #E01752
RGB
CMYK
RGB Variations
Color information
#E01752 (or 0xE01752) is known color: Ruby. HEX triplet: E0, 17 and 52. RGB value is (224,23,82). Sum of RGB (Red+Green+Blue) = 224+23+82=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E01752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01752 is #1FE8AD. Grayscale: #595959. Windows color (decimal): -2091182 or 5380064. OLE color: 5380064.
HSL color Cylindrical-coordinate representation of color #E01752: hue angle of 342.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01752 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 82 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.12 |
| HSL | 342.39º | 0.81% | 0.48% | - |
| HSV(B) | 342.39º | 0.9% | 0.88% | - |
| XYZ | 32.57 | 17.07 | 9.56 | - |
| YUV | 89.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 82 | 0 | 0.90 | 0.63 | 0.12 | 342.39 | 0.81 | 0.48 |
| Hex | E0 | 17 | 52 | 0 | 5A | 3F | C | 156 | 51 | 30 |
| Octal | 340 | 27 | 122 | 0 | 132 | 77 | 14 | 526 | 121 | 60 |
| Binary | 11100000 | 10111 | 1010010 | 0 | 1011010 | 111111 | 1100 | 101010110 | 1010001 | 110000 |
Color Harmonies of #E01752
Complementary color
Monochromatic Colors of #E01752
Black with #E01752
Text Example
Text Example
White with #E01752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01752; }
p { color: rgb(224,23,82); }
H1.HeaderClassName
{
color: #E01752;
}
.AnyTagClassName
{
color: #E01752;
}
</style>
background-color css
<style>
a { background-color: #E01752; }
a { background-color: rgb(224,23,82); }
div.DivClassName
{
background-color: #E01752;
}
.BgClassName
{
background-color: #E01752;
}
</style>
border-color css
<style>
span { border-color: #E01752; }
span { border-color: rgb(224,23,82); }
td.TdClassName
{
border-color: #E01752;
}
.TagClassName
{
border-color: #E01752;
}
</style>