Shades of Ruby #E4017A
Tints of Ruby #E4017A
RGB
CMYK
RGB Variations
Color information
#E4017A (or 0xE4017A) is known color: Ruby. HEX triplet: E4, 01 and 7A. RGB value is (228,1,122). Sum of RGB (Red+Green+Blue) = 228+1+122=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E4017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4017A is #1BFE85. Grayscale: #525252. Windows color (decimal): -1834630 or 7995876. OLE color: 7995876.
HSL color Cylindrical-coordinate representation of color #E4017A: hue angle of 328.02º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4017A is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.11 |
| HSL | 328.02º | 0.99% | 0.45% | - |
| HSV(B) | 328.02º | 1% | 0.89% | - |
| XYZ | 35.52 | 17.92 | 20 | - |
| YUV | 82.67 | 150.21 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 122 | 0 | 1.00 | 0.46 | 0.11 | 328.02 | 0.99 | 0.45 |
| Hex | E4 | 1 | 7A | 0 | 64 | 2E | B | 148 | 63 | 2D |
| Octal | 344 | 1 | 172 | 0 | 144 | 56 | 13 | 510 | 143 | 55 |
| Binary | 11100100 | 1 | 1111010 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E4017A
Complementary color
Monochromatic Colors of #E4017A
Black with #E4017A
Text Example
Text Example
White with #E4017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4017A; }
p { color: rgb(228,1,122); }
H1.HeaderClassName
{
color: #E4017A;
}
.AnyTagClassName
{
color: #E4017A;
}
</style>
background-color css
<style>
a { background-color: #E4017A; }
a { background-color: rgb(228,1,122); }
div.DivClassName
{
background-color: #E4017A;
}
.BgClassName
{
background-color: #E4017A;
}
</style>
border-color css
<style>
span { border-color: #E4017A; }
span { border-color: rgb(228,1,122); }
td.TdClassName
{
border-color: #E4017A;
}
.TagClassName
{
border-color: #E4017A;
}
</style>