Shades of Ruby #E91F66
Tints of Ruby #E91F66
RGB
CMYK
RGB Variations
Color information
#E91F66 (or 0xE91F66) is known color: Ruby. HEX triplet: E9, 1F and 66. RGB value is (233,31,102). Sum of RGB (Red+Green+Blue) = 233+31+102=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F66 is #16E099. Grayscale: #636363. Windows color (decimal): -1499290 or 6692841. OLE color: 6692841.
HSL color Cylindrical-coordinate representation of color #E91F66: hue angle of 338.91º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F66 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 102 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.09 |
| HSL | 338.91º | 0.82% | 0.52% | - |
| HSV(B) | 338.91º | 0.87% | 0.91% | - |
| XYZ | 36.49 | 19.26 | 14.37 | - |
| YUV | 99.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 102 | 0 | 0.87 | 0.56 | 0.09 | 338.91 | 0.82 | 0.52 |
| Hex | E9 | 1F | 66 | 0 | 57 | 38 | 9 | 153 | 52 | 34 |
| Octal | 351 | 37 | 146 | 0 | 127 | 70 | 11 | 523 | 122 | 64 |
| Binary | 11101001 | 11111 | 1100110 | 0 | 1010111 | 111000 | 1001 | 101010011 | 1010010 | 110100 |
Color Harmonies of #E91F66
Complementary color
Monochromatic Colors of #E91F66
Black with #E91F66
Text Example
Text Example
White with #E91F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F66; }
p { color: rgb(233,31,102); }
H1.HeaderClassName
{
color: #E91F66;
}
.AnyTagClassName
{
color: #E91F66;
}
</style>
background-color css
<style>
a { background-color: #E91F66; }
a { background-color: rgb(233,31,102); }
div.DivClassName
{
background-color: #E91F66;
}
.BgClassName
{
background-color: #E91F66;
}
</style>
border-color css
<style>
span { border-color: #E91F66; }
span { border-color: rgb(233,31,102); }
td.TdClassName
{
border-color: #E91F66;
}
.TagClassName
{
border-color: #E91F66;
}
</style>