Shades of Ruby #E91B5E
Tints of Ruby #E91B5E
RGB
CMYK
RGB Variations
Color information
#E91B5E (or 0xE91B5E) is known color: Ruby. HEX triplet: E9, 1B and 5E. RGB value is (233,27,94). Sum of RGB (Red+Green+Blue) = 233+27+94=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B5E is #16E4A1. Grayscale: #606060. Windows color (decimal): -1500322 or 6167529. OLE color: 6167529.
HSL color Cylindrical-coordinate representation of color #E91B5E: hue angle of 340.49º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B5E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 27 | 94 | - |
CMYK | 0 | 0.88 | 0.60 | 0.09 |
HSL | 340.49º | 0.82% | 0.51% | - |
HSV(B) | 340.49º | 0.88% | 0.91% | - |
XYZ | 36.02 | 18.92 | 12.34 | - |
YUV | 96.23 | 126.75 | 225.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 27 | 94 | 0 | 0.88 | 0.60 | 0.09 | 340.49 | 0.82 | 0.51 |
Hex | E9 | 1B | 5E | 0 | 58 | 3C | 9 | 154 | 52 | 33 |
Octal | 351 | 33 | 136 | 0 | 130 | 74 | 11 | 524 | 122 | 63 |
Binary | 11101001 | 11011 | 1011110 | 0 | 1011000 | 111100 | 1001 | 101010100 | 1010010 | 110011 |
Color Harmonies of #E91B5E
Complementary color
Monochromatic Colors of #E91B5E
Black with #E91B5E
Text Example
Text Example
White with #E91B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B5E; }
p { color: rgb(233,27,94); }
H1.HeaderClassName
{
color: #E91B5E;
}
.AnyTagClassName
{
color: #E91B5E;
}
</style>
background-color css
<style>
a { background-color: #E91B5E; }
a { background-color: rgb(233,27,94); }
div.DivClassName
{
background-color: #E91B5E;
}
.BgClassName
{
background-color: #E91B5E;
}
</style>
border-color css
<style>
span { border-color: #E91B5E; }
span { border-color: rgb(233,27,94); }
td.TdClassName
{
border-color: #E91B5E;
}
.TagClassName
{
border-color: #E91B5E;
}
</style>