Shades of Ruby #E4027A
Tints of Ruby #E4027A
RGB
CMYK
RGB Variations
Color information
#E4027A (or 0xE4027A) is known color: Ruby. HEX triplet: E4, 02 and 7A. RGB value is (228,2,122). Sum of RGB (Red+Green+Blue) = 228+2+122=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E4027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4027A is #1BFD85. Grayscale: #535353. Windows color (decimal): -1834374 or 7996132. OLE color: 7996132.
HSL color Cylindrical-coordinate representation of color #E4027A: hue angle of 328.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4027A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.11 |
| HSL | 328.14º | 0.98% | 0.45% | - |
| HSV(B) | 328.14º | 0.99% | 0.89% | - |
| XYZ | 35.53 | 17.94 | 20 | - |
| YUV | 83.25 | 149.87 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 122 | 0 | 0.99 | 0.46 | 0.11 | 328.14 | 0.98 | 0.45 |
| Hex | E4 | 2 | 7A | 0 | 63 | 2E | B | 148 | 62 | 2D |
| Octal | 344 | 2 | 172 | 0 | 143 | 56 | 13 | 510 | 142 | 55 |
| Binary | 11100100 | 10 | 1111010 | 0 | 1100011 | 101110 | 1011 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E4027A
Complementary color
Monochromatic Colors of #E4027A
Black with #E4027A
Text Example
Text Example
White with #E4027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4027A; }
p { color: rgb(228,2,122); }
H1.HeaderClassName
{
color: #E4027A;
}
.AnyTagClassName
{
color: #E4027A;
}
</style>
background-color css
<style>
a { background-color: #E4027A; }
a { background-color: rgb(228,2,122); }
div.DivClassName
{
background-color: #E4027A;
}
.BgClassName
{
background-color: #E4027A;
}
</style>
border-color css
<style>
span { border-color: #E4027A; }
span { border-color: rgb(228,2,122); }
td.TdClassName
{
border-color: #E4027A;
}
.TagClassName
{
border-color: #E4027A;
}
</style>