Shades of Ruby #E21A6E
Tints of Ruby #E21A6E
RGB
CMYK
RGB Variations
Color information
#E21A6E (or 0xE21A6E) is known color: Ruby. HEX triplet: E2, 1A and 6E. RGB value is (226,26,110). Sum of RGB (Red+Green+Blue) = 226+26+110=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A6E is #1DE591. Grayscale: #5F5F5F. Windows color (decimal): -1959314 or 7215842. OLE color: 7215842.
HSL color Cylindrical-coordinate representation of color #E21A6E: hue angle of 334.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A6E is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 110 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.11 |
| HSL | 334.8º | 0.79% | 0.49% | - |
| HSV(B) | 334.8º | 0.88% | 0.89% | - |
| XYZ | 34.55 | 18.03 | 16.41 | - |
| YUV | 95.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 110 | 0 | 0.88 | 0.51 | 0.11 | 334.8 | 0.79 | 0.49 |
| Hex | E2 | 1A | 6E | 0 | 58 | 33 | B | 14F | 4F | 31 |
| Octal | 342 | 32 | 156 | 0 | 130 | 63 | 13 | 517 | 117 | 61 |
| Binary | 11100010 | 11010 | 1101110 | 0 | 1011000 | 110011 | 1011 | 101001111 | 1001111 | 110001 |
Color Harmonies of #E21A6E
Complementary color
Monochromatic Colors of #E21A6E
Black with #E21A6E
Text Example
Text Example
White with #E21A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A6E; }
p { color: rgb(226,26,110); }
H1.HeaderClassName
{
color: #E21A6E;
}
.AnyTagClassName
{
color: #E21A6E;
}
</style>
background-color css
<style>
a { background-color: #E21A6E; }
a { background-color: rgb(226,26,110); }
div.DivClassName
{
background-color: #E21A6E;
}
.BgClassName
{
background-color: #E21A6E;
}
</style>
border-color css
<style>
span { border-color: #E21A6E; }
span { border-color: rgb(226,26,110); }
td.TdClassName
{
border-color: #E21A6E;
}
.TagClassName
{
border-color: #E21A6E;
}
</style>