Shades of Ruby #E91F6B
Tints of Ruby #E91F6B
RGB
CMYK
RGB Variations
Color information
#E91F6B (or 0xE91F6B) is known color: Ruby. HEX triplet: E9, 1F and 6B. RGB value is (233,31,107). Sum of RGB (Red+Green+Blue) = 233+31+107=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F6B is #16E094. Grayscale: #636363. Windows color (decimal): -1499285 or 7020521. OLE color: 7020521.
HSL color Cylindrical-coordinate representation of color #E91F6B: hue angle of 337.43º 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 #E91F6B is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 107 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.09 |
| HSL | 337.43º | 0.82% | 0.52% | - |
| HSV(B) | 337.43º | 0.87% | 0.91% | - |
| XYZ | 36.75 | 19.37 | 15.71 | - |
| YUV | 100.06 | 131.92 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 107 | 0 | 0.87 | 0.54 | 0.09 | 337.43 | 0.82 | 0.52 |
| Hex | E9 | 1F | 6B | 0 | 57 | 36 | 9 | 151 | 52 | 34 |
| Octal | 351 | 37 | 153 | 0 | 127 | 66 | 11 | 521 | 122 | 64 |
| Binary | 11101001 | 11111 | 1101011 | 0 | 1010111 | 110110 | 1001 | 101010001 | 1010010 | 110100 |
Color Harmonies of #E91F6B
Complementary color
Monochromatic Colors of #E91F6B
Black with #E91F6B
Text Example
Text Example
White with #E91F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F6B; }
p { color: rgb(233,31,107); }
H1.HeaderClassName
{
color: #E91F6B;
}
.AnyTagClassName
{
color: #E91F6B;
}
</style>
background-color css
<style>
a { background-color: #E91F6B; }
a { background-color: rgb(233,31,107); }
div.DivClassName
{
background-color: #E91F6B;
}
.BgClassName
{
background-color: #E91F6B;
}
</style>
border-color css
<style>
span { border-color: #E91F6B; }
span { border-color: rgb(233,31,107); }
td.TdClassName
{
border-color: #E91F6B;
}
.TagClassName
{
border-color: #E91F6B;
}
</style>