Shades of Ruby #E71752
Tints of Ruby #E71752
RGB
CMYK
RGB Variations
Color information
#E71752 (or 0xE71752) is known color: Ruby. HEX triplet: E7, 17 and 52. RGB value is (231,23,82). Sum of RGB (Red+Green+Blue) = 231+23+82=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E71752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71752 is #18E8AD. Grayscale: #5B5B5B. Windows color (decimal): -1632430 or 5380071. OLE color: 5380071.
HSL color Cylindrical-coordinate representation of color #E71752: hue angle of 342.98º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71752 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 82 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.09 |
| HSL | 342.98º | 0.82% | 0.5% | - |
| HSV(B) | 342.98º | 0.9% | 0.91% | - |
| XYZ | 34.78 | 18.21 | 9.66 | - |
| YUV | 91.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 82 | 0 | 0.90 | 0.65 | 0.09 | 342.98 | 0.82 | 0.5 |
| Hex | E7 | 17 | 52 | 0 | 5A | 41 | 9 | 157 | 52 | 32 |
| Octal | 347 | 27 | 122 | 0 | 132 | 101 | 11 | 527 | 122 | 62 |
| Binary | 11100111 | 10111 | 1010010 | 0 | 1011010 | 1000001 | 1001 | 101010111 | 1010010 | 110010 |
Color Harmonies of #E71752
Complementary color
Monochromatic Colors of #E71752
Black with #E71752
Text Example
Text Example
White with #E71752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71752; }
p { color: rgb(231,23,82); }
H1.HeaderClassName
{
color: #E71752;
}
.AnyTagClassName
{
color: #E71752;
}
</style>
background-color css
<style>
a { background-color: #E71752; }
a { background-color: rgb(231,23,82); }
div.DivClassName
{
background-color: #E71752;
}
.BgClassName
{
background-color: #E71752;
}
</style>
border-color css
<style>
span { border-color: #E71752; }
span { border-color: rgb(231,23,82); }
td.TdClassName
{
border-color: #E71752;
}
.TagClassName
{
border-color: #E71752;
}
</style>