Shades of Ruby #E5027B
Tints of Ruby #E5027B
RGB
CMYK
RGB Variations
Color information
#E5027B (or 0xE5027B) is known color: Ruby. HEX triplet: E5, 02 and 7B. RGB value is (229,2,123). Sum of RGB (Red+Green+Blue) = 229+2+123=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5027B is #1AFD84. Grayscale: #535353. Windows color (decimal): -1768837 or 8061669. OLE color: 8061669.
HSL color Cylindrical-coordinate representation of color #E5027B: hue angle of 328.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5027B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.10 |
| HSL | 328.02º | 0.98% | 0.45% | - |
| HSV(B) | 328.02º | 0.99% | 0.9% | - |
| XYZ | 35.91 | 18.13 | 20.35 | - |
| YUV | 83.67 | 150.21 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 123 | 0 | 0.99 | 0.46 | 0.10 | 328.02 | 0.98 | 0.45 |
| Hex | E5 | 2 | 7B | 0 | 63 | 2E | A | 148 | 62 | 2D |
| Octal | 345 | 2 | 173 | 0 | 143 | 56 | 12 | 510 | 142 | 55 |
| Binary | 11100101 | 10 | 1111011 | 0 | 1100011 | 101110 | 1010 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E5027B
Complementary color
Monochromatic Colors of #E5027B
Black with #E5027B
Text Example
Text Example
White with #E5027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5027B; }
p { color: rgb(229,2,123); }
H1.HeaderClassName
{
color: #E5027B;
}
.AnyTagClassName
{
color: #E5027B;
}
</style>
background-color css
<style>
a { background-color: #E5027B; }
a { background-color: rgb(229,2,123); }
div.DivClassName
{
background-color: #E5027B;
}
.BgClassName
{
background-color: #E5027B;
}
</style>
border-color css
<style>
span { border-color: #E5027B; }
span { border-color: rgb(229,2,123); }
td.TdClassName
{
border-color: #E5027B;
}
.TagClassName
{
border-color: #E5027B;
}
</style>