Shades of Ruby #E61852
Tints of Ruby #E61852
RGB
CMYK
RGB Variations
Color information
#E61852 (or 0xE61852) is known color: Ruby. HEX triplet: E6, 18 and 52. RGB value is (230,24,82). Sum of RGB (Red+Green+Blue) = 230+24+82=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E61852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61852 is #19E7AD. Grayscale: #5C5C5C. Windows color (decimal): -1697710 or 5380326. OLE color: 5380326.
HSL color Cylindrical-coordinate representation of color #E61852: hue angle of 343.11º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61852 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 82 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.10 |
| HSL | 343.11º | 0.81% | 0.5% | - |
| HSV(B) | 343.11º | 0.9% | 0.9% | - |
| XYZ | 34.48 | 18.09 | 9.66 | - |
| YUV | 92.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 82 | 0 | 0.90 | 0.64 | 0.10 | 343.11 | 0.81 | 0.5 |
| Hex | E6 | 18 | 52 | 0 | 5A | 40 | A | 157 | 51 | 32 |
| Octal | 346 | 30 | 122 | 0 | 132 | 100 | 12 | 527 | 121 | 62 |
| Binary | 11100110 | 11000 | 1010010 | 0 | 1011010 | 1000000 | 1010 | 101010111 | 1010001 | 110010 |
Color Harmonies of #E61852
Complementary color
Monochromatic Colors of #E61852
Black with #E61852
Text Example
Text Example
White with #E61852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61852; }
p { color: rgb(230,24,82); }
H1.HeaderClassName
{
color: #E61852;
}
.AnyTagClassName
{
color: #E61852;
}
</style>
background-color css
<style>
a { background-color: #E61852; }
a { background-color: rgb(230,24,82); }
div.DivClassName
{
background-color: #E61852;
}
.BgClassName
{
background-color: #E61852;
}
</style>
border-color css
<style>
span { border-color: #E61852; }
span { border-color: rgb(230,24,82); }
td.TdClassName
{
border-color: #E61852;
}
.TagClassName
{
border-color: #E61852;
}
</style>