Shades of Ruby #E4017B
Tints of Ruby #E4017B
RGB
CMYK
RGB Variations
Color information
#E4017B (or 0xE4017B) is known color: Ruby. HEX triplet: E4, 01 and 7B. RGB value is (228,1,123). Sum of RGB (Red+Green+Blue) = 228+1+123=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E4017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4017B is #1BFE84. Grayscale: #525252. Windows color (decimal): -1834629 or 8061412. OLE color: 8061412.
HSL color Cylindrical-coordinate representation of color #E4017B: hue angle of 327.75º 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 #E4017B is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.11 |
| HSL | 327.75º | 0.99% | 0.45% | - |
| HSV(B) | 327.75º | 1% | 0.89% | - |
| XYZ | 35.58 | 17.95 | 20.33 | - |
| YUV | 82.78 | 150.71 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 123 | 0 | 1.00 | 0.46 | 0.11 | 327.75 | 0.99 | 0.45 |
| Hex | E4 | 1 | 7B | 0 | 64 | 2E | B | 148 | 63 | 2D |
| Octal | 344 | 1 | 173 | 0 | 144 | 56 | 13 | 510 | 143 | 55 |
| Binary | 11100100 | 1 | 1111011 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E4017B
Complementary color
Monochromatic Colors of #E4017B
Black with #E4017B
Text Example
Text Example
White with #E4017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4017B; }
p { color: rgb(228,1,123); }
H1.HeaderClassName
{
color: #E4017B;
}
.AnyTagClassName
{
color: #E4017B;
}
</style>
background-color css
<style>
a { background-color: #E4017B; }
a { background-color: rgb(228,1,123); }
div.DivClassName
{
background-color: #E4017B;
}
.BgClassName
{
background-color: #E4017B;
}
</style>
border-color css
<style>
span { border-color: #E4017B; }
span { border-color: rgb(228,1,123); }
td.TdClassName
{
border-color: #E4017B;
}
.TagClassName
{
border-color: #E4017B;
}
</style>