Shades of Ruby #E41752
Tints of Ruby #E41752
RGB
CMYK
RGB Variations
Color information
#E41752 (or 0xE41752) is known color: Ruby. HEX triplet: E4, 17 and 52. RGB value is (228,23,82). Sum of RGB (Red+Green+Blue) = 228+23+82=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E41752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41752 is #1BE8AD. Grayscale: #5A5A5A. Windows color (decimal): -1829038 or 5380068. OLE color: 5380068.
HSL color Cylindrical-coordinate representation of color #E41752: hue angle of 342.73º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41752 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 82 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.11 |
| HSL | 342.73º | 0.82% | 0.49% | - |
| HSV(B) | 342.73º | 0.9% | 0.89% | - |
| XYZ | 33.82 | 17.72 | 9.62 | - |
| YUV | 91.02 | 122.92 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 82 | 0 | 0.90 | 0.64 | 0.11 | 342.73 | 0.82 | 0.49 |
| Hex | E4 | 17 | 52 | 0 | 5A | 40 | B | 157 | 52 | 31 |
| Octal | 344 | 27 | 122 | 0 | 132 | 100 | 13 | 527 | 122 | 61 |
| Binary | 11100100 | 10111 | 1010010 | 0 | 1011010 | 1000000 | 1011 | 101010111 | 1010010 | 110001 |
Color Harmonies of #E41752
Complementary color
Monochromatic Colors of #E41752
Black with #E41752
Text Example
Text Example
White with #E41752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41752; }
p { color: rgb(228,23,82); }
H1.HeaderClassName
{
color: #E41752;
}
.AnyTagClassName
{
color: #E41752;
}
</style>
background-color css
<style>
a { background-color: #E41752; }
a { background-color: rgb(228,23,82); }
div.DivClassName
{
background-color: #E41752;
}
.BgClassName
{
background-color: #E41752;
}
</style>
border-color css
<style>
span { border-color: #E41752; }
span { border-color: rgb(228,23,82); }
td.TdClassName
{
border-color: #E41752;
}
.TagClassName
{
border-color: #E41752;
}
</style>