Shades of Ruby #E4007C
Tints of Ruby #E4007C
RGB
CMYK
RGB Variations
Color information
#E4007C (or 0xE4007C) is known color: Ruby. HEX triplet: E4, 00 and 7C. RGB value is (228,0,124). Sum of RGB (Red+Green+Blue) = 228+0+124=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E4007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4007C is #1BFF83. Grayscale: #525252. Windows color (decimal): -1834884 or 8126692. OLE color: 8126692.
HSL color Cylindrical-coordinate representation of color #E4007C: hue angle of 327.37º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4007C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.37º | 1% | 0.45% | - |
| HSV(B) | 327.37º | 1% | 0.89% | - |
| XYZ | 35.63 | 17.95 | 20.66 | - |
| YUV | 82.31 | 151.54 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 124 | 0 | 1 | 0.46 | 0.11 | 327.37 | 1 | 0.45 |
| Hex | E4 | 0 | 7C | 0 | 64 | 2E | B | 147 | 64 | 2D |
| Octal | 344 | 0 | 174 | 0 | 144 | 56 | 13 | 507 | 144 | 55 |
| Binary | 11100100 | 0 | 1111100 | 0 | 1100100 | 101110 | 1011 | 101000111 | 1100100 | 101101 |
Color Harmonies of #E4007C
Complementary color
Monochromatic Colors of #E4007C
Black with #E4007C
Text Example
Text Example
White with #E4007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4007C; }
p { color: rgb(228,0,124); }
H1.HeaderClassName
{
color: #E4007C;
}
.AnyTagClassName
{
color: #E4007C;
}
</style>
background-color css
<style>
a { background-color: #E4007C; }
a { background-color: rgb(228,0,124); }
div.DivClassName
{
background-color: #E4007C;
}
.BgClassName
{
background-color: #E4007C;
}
</style>
border-color css
<style>
span { border-color: #E4007C; }
span { border-color: rgb(228,0,124); }
td.TdClassName
{
border-color: #E4007C;
}
.TagClassName
{
border-color: #E4007C;
}
</style>