Shades of Ruby #E91267
Tints of Ruby #E91267
RGB
CMYK
RGB Variations
Color information
#E91267 (or 0xE91267) is known color: Ruby. HEX triplet: E9, 12 and 67. RGB value is (233,18,103). Sum of RGB (Red+Green+Blue) = 233+18+103=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91267 is #16ED98. Grayscale: #5B5B5B. Windows color (decimal): -1502617 or 6755049. OLE color: 6755049.
HSL color Cylindrical-coordinate representation of color #E91267: hue angle of 336.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91267 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 103 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.09 |
| HSL | 336.28º | 0.86% | 0.49% | - |
| HSV(B) | 336.28º | 0.92% | 0.91% | - |
| XYZ | 36.27 | 18.74 | 14.54 | - |
| YUV | 91.98 | 134.23 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 103 | 0 | 0.92 | 0.56 | 0.09 | 336.28 | 0.86 | 0.49 |
| Hex | E9 | 12 | 67 | 0 | 5C | 38 | 9 | 150 | 56 | 31 |
| Octal | 351 | 22 | 147 | 0 | 134 | 70 | 11 | 520 | 126 | 61 |
| Binary | 11101001 | 10010 | 1100111 | 0 | 1011100 | 111000 | 1001 | 101010000 | 1010110 | 110001 |
Color Harmonies of #E91267
Complementary color
Monochromatic Colors of #E91267
Black with #E91267
Text Example
Text Example
White with #E91267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91267; }
p { color: rgb(233,18,103); }
H1.HeaderClassName
{
color: #E91267;
}
.AnyTagClassName
{
color: #E91267;
}
</style>
background-color css
<style>
a { background-color: #E91267; }
a { background-color: rgb(233,18,103); }
div.DivClassName
{
background-color: #E91267;
}
.BgClassName
{
background-color: #E91267;
}
</style>
border-color css
<style>
span { border-color: #E91267; }
span { border-color: rgb(233,18,103); }
td.TdClassName
{
border-color: #E91267;
}
.TagClassName
{
border-color: #E91267;
}
</style>