Shades of Ruby #E91469
Tints of Ruby #E91469
RGB
CMYK
RGB Variations
Color information
#E91469 (or 0xE91469) is known color: Ruby. HEX triplet: E9, 14 and 69. RGB value is (233,20,105). Sum of RGB (Red+Green+Blue) = 233+20+105=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E91469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91469 is #16EB96. Grayscale: #5D5D5D. Windows color (decimal): -1502103 or 6886633. OLE color: 6886633.
HSL color Cylindrical-coordinate representation of color #E91469: hue angle of 336.06º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91469 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 105 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 336.06º | 0.84% | 0.5% | - |
| HSV(B) | 336.06º | 0.91% | 0.91% | - |
| XYZ | 36.4 | 18.84 | 15.08 | - |
| YUV | 93.38 | 134.57 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 105 | 0 | 0.91 | 0.55 | 0.09 | 336.06 | 0.84 | 0.5 |
| Hex | E9 | 14 | 69 | 0 | 5B | 37 | 9 | 150 | 54 | 32 |
| Octal | 351 | 24 | 151 | 0 | 133 | 67 | 11 | 520 | 124 | 62 |
| Binary | 11101001 | 10100 | 1101001 | 0 | 1011011 | 110111 | 1001 | 101010000 | 1010100 | 110010 |
Color Harmonies of #E91469
Complementary color
Monochromatic Colors of #E91469
Black with #E91469
Text Example
Text Example
White with #E91469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91469; }
p { color: rgb(233,20,105); }
H1.HeaderClassName
{
color: #E91469;
}
.AnyTagClassName
{
color: #E91469;
}
</style>
background-color css
<style>
a { background-color: #E91469; }
a { background-color: rgb(233,20,105); }
div.DivClassName
{
background-color: #E91469;
}
.BgClassName
{
background-color: #E91469;
}
</style>
border-color css
<style>
span { border-color: #E91469; }
span { border-color: rgb(233,20,105); }
td.TdClassName
{
border-color: #E91469;
}
.TagClassName
{
border-color: #E91469;
}
</style>