Shades of Ruby #E4027B
Tints of Ruby #E4027B
RGB
CMYK
RGB Variations
Color information
#E4027B (or 0xE4027B) is known color: Ruby. HEX triplet: E4, 02 and 7B. RGB value is (228,2,123). Sum of RGB (Red+Green+Blue) = 228+2+123=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E4027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4027B is #1BFD84. Grayscale: #535353. Windows color (decimal): -1834373 or 8061668. OLE color: 8061668.
HSL color Cylindrical-coordinate representation of color #E4027B: hue angle of 327.88º 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 #E4027B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.11 |
| HSL | 327.88º | 0.98% | 0.45% | - |
| HSV(B) | 327.88º | 0.99% | 0.89% | - |
| XYZ | 35.59 | 17.97 | 20.33 | - |
| YUV | 83.37 | 150.37 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 123 | 0 | 0.99 | 0.46 | 0.11 | 327.88 | 0.98 | 0.45 |
| Hex | E4 | 2 | 7B | 0 | 63 | 2E | B | 148 | 62 | 2D |
| Octal | 344 | 2 | 173 | 0 | 143 | 56 | 13 | 510 | 142 | 55 |
| Binary | 11100100 | 10 | 1111011 | 0 | 1100011 | 101110 | 1011 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E4027B
Complementary color
Monochromatic Colors of #E4027B
Black with #E4027B
Text Example
Text Example
White with #E4027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4027B; }
p { color: rgb(228,2,123); }
H1.HeaderClassName
{
color: #E4027B;
}
.AnyTagClassName
{
color: #E4027B;
}
</style>
background-color css
<style>
a { background-color: #E4027B; }
a { background-color: rgb(228,2,123); }
div.DivClassName
{
background-color: #E4027B;
}
.BgClassName
{
background-color: #E4027B;
}
</style>
border-color css
<style>
span { border-color: #E4027B; }
span { border-color: rgb(228,2,123); }
td.TdClassName
{
border-color: #E4027B;
}
.TagClassName
{
border-color: #E4027B;
}
</style>