Shades of Ruby #E21B5C
Tints of Ruby #E21B5C
RGB
CMYK
RGB Variations
Color information
#E21B5C (or 0xE21B5C) is known color: Ruby. HEX triplet: E2, 1B and 5C. RGB value is (226,27,92). Sum of RGB (Red+Green+Blue) = 226+27+92=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B5C is #1DE4A3. Grayscale: #5D5D5D. Windows color (decimal): -1959076 or 6036450. OLE color: 6036450.
HSL color Cylindrical-coordinate representation of color #E21B5C: hue angle of 340.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21B5C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 92 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.11 |
| HSL | 340.4º | 0.79% | 0.5% | - |
| HSV(B) | 340.4º | 0.88% | 0.89% | - |
| XYZ | 33.69 | 17.73 | 11.77 | - |
| YUV | 93.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 92 | 0 | 0.88 | 0.59 | 0.11 | 340.4 | 0.79 | 0.5 |
| Hex | E2 | 1B | 5C | 0 | 58 | 3B | B | 154 | 4F | 32 |
| Octal | 342 | 33 | 134 | 0 | 130 | 73 | 13 | 524 | 117 | 62 |
| Binary | 11100010 | 11011 | 1011100 | 0 | 1011000 | 111011 | 1011 | 101010100 | 1001111 | 110010 |
Color Harmonies of #E21B5C
Complementary color
Monochromatic Colors of #E21B5C
Black with #E21B5C
Text Example
Text Example
White with #E21B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B5C; }
p { color: rgb(226,27,92); }
H1.HeaderClassName
{
color: #E21B5C;
}
.AnyTagClassName
{
color: #E21B5C;
}
</style>
background-color css
<style>
a { background-color: #E21B5C; }
a { background-color: rgb(226,27,92); }
div.DivClassName
{
background-color: #E21B5C;
}
.BgClassName
{
background-color: #E21B5C;
}
</style>
border-color css
<style>
span { border-color: #E21B5C; }
span { border-color: rgb(226,27,92); }
td.TdClassName
{
border-color: #E21B5C;
}
.TagClassName
{
border-color: #E21B5C;
}
</style>