Shades of Ruby #E11C62
Tints of Ruby #E11C62
RGB
CMYK
RGB Variations
Color information
#E11C62 (or 0xE11C62) is known color: Ruby. HEX triplet: E1, 1C and 62. RGB value is (225,28,98). Sum of RGB (Red+Green+Blue) = 225+28+98=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C62 is #1EE39D. Grayscale: #5E5E5E. Windows color (decimal): -2024350 or 6429921. OLE color: 6429921.
HSL color Cylindrical-coordinate representation of color #E11C62: hue angle of 338.68º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C62 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 98 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.12 |
| HSL | 338.68º | 0.78% | 0.5% | - |
| HSV(B) | 338.68º | 0.88% | 0.88% | - |
| XYZ | 33.67 | 17.72 | 13.2 | - |
| YUV | 94.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 98 | 0 | 0.88 | 0.56 | 0.12 | 338.68 | 0.78 | 0.5 |
| Hex | E1 | 1C | 62 | 0 | 58 | 38 | C | 153 | 4E | 32 |
| Octal | 341 | 34 | 142 | 0 | 130 | 70 | 14 | 523 | 116 | 62 |
| Binary | 11100001 | 11100 | 1100010 | 0 | 1011000 | 111000 | 1100 | 101010011 | 1001110 | 110010 |
Color Harmonies of #E11C62
Complementary color
Monochromatic Colors of #E11C62
Black with #E11C62
Text Example
Text Example
White with #E11C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C62; }
p { color: rgb(225,28,98); }
H1.HeaderClassName
{
color: #E11C62;
}
.AnyTagClassName
{
color: #E11C62;
}
</style>
background-color css
<style>
a { background-color: #E11C62; }
a { background-color: rgb(225,28,98); }
div.DivClassName
{
background-color: #E11C62;
}
.BgClassName
{
background-color: #E11C62;
}
</style>
border-color css
<style>
span { border-color: #E11C62; }
span { border-color: rgb(225,28,98); }
td.TdClassName
{
border-color: #E11C62;
}
.TagClassName
{
border-color: #E11C62;
}
</style>