Shades of Ruby #E11652
Tints of Ruby #E11652
RGB
CMYK
RGB Variations
Color information
#E11652 (or 0xE11652) is known color: Ruby. HEX triplet: E1, 16 and 52. RGB value is (225,22,82). Sum of RGB (Red+Green+Blue) = 225+22+82=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E11652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11652 is #1EE9AD. Grayscale: #595959. Windows color (decimal): -2025902 or 5379809. OLE color: 5379809.
HSL color Cylindrical-coordinate representation of color #E11652: hue angle of 342.27º degrees, saturation: 0.82, 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 #E11652 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 82 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.12 |
| HSL | 342.27º | 0.82% | 0.48% | - |
| HSV(B) | 342.27º | 0.9% | 0.88% | - |
| XYZ | 32.86 | 17.19 | 9.57 | - |
| YUV | 89.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 82 | 0 | 0.90 | 0.64 | 0.12 | 342.27 | 0.82 | 0.48 |
| Hex | E1 | 16 | 52 | 0 | 5A | 40 | C | 156 | 52 | 30 |
| Octal | 341 | 26 | 122 | 0 | 132 | 100 | 14 | 526 | 122 | 60 |
| Binary | 11100001 | 10110 | 1010010 | 0 | 1011010 | 1000000 | 1100 | 101010110 | 1010010 | 110000 |
Color Harmonies of #E11652
Complementary color
Monochromatic Colors of #E11652
Black with #E11652
Text Example
Text Example
White with #E11652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11652; }
p { color: rgb(225,22,82); }
H1.HeaderClassName
{
color: #E11652;
}
.AnyTagClassName
{
color: #E11652;
}
</style>
background-color css
<style>
a { background-color: #E11652; }
a { background-color: rgb(225,22,82); }
div.DivClassName
{
background-color: #E11652;
}
.BgClassName
{
background-color: #E11652;
}
</style>
border-color css
<style>
span { border-color: #E11652; }
span { border-color: rgb(225,22,82); }
td.TdClassName
{
border-color: #E11652;
}
.TagClassName
{
border-color: #E11652;
}
</style>