Shades of Ruby #E21A68
Tints of Ruby #E21A68
RGB
CMYK
RGB Variations
Color information
#E21A68 (or 0xE21A68) is known color: Ruby. HEX triplet: E2, 1A and 68. RGB value is (226,26,104). Sum of RGB (Red+Green+Blue) = 226+26+104=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A68 is #1DE597. Grayscale: #5E5E5E. Windows color (decimal): -1959320 or 6822626. OLE color: 6822626.
HSL color Cylindrical-coordinate representation of color #E21A68: hue angle of 336.6º 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 #E21A68 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 104 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.11 |
| HSL | 336.6º | 0.79% | 0.49% | - |
| HSV(B) | 336.6º | 0.88% | 0.89% | - |
| XYZ | 34.23 | 17.91 | 14.75 | - |
| YUV | 94.69 | 133.26 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 104 | 0 | 0.88 | 0.54 | 0.11 | 336.6 | 0.79 | 0.49 |
| Hex | E2 | 1A | 68 | 0 | 58 | 36 | B | 151 | 4F | 31 |
| Octal | 342 | 32 | 150 | 0 | 130 | 66 | 13 | 521 | 117 | 61 |
| Binary | 11100010 | 11010 | 1101000 | 0 | 1011000 | 110110 | 1011 | 101010001 | 1001111 | 110001 |
Color Harmonies of #E21A68
Complementary color
Monochromatic Colors of #E21A68
Black with #E21A68
Text Example
Text Example
White with #E21A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A68; }
p { color: rgb(226,26,104); }
H1.HeaderClassName
{
color: #E21A68;
}
.AnyTagClassName
{
color: #E21A68;
}
</style>
background-color css
<style>
a { background-color: #E21A68; }
a { background-color: rgb(226,26,104); }
div.DivClassName
{
background-color: #E21A68;
}
.BgClassName
{
background-color: #E21A68;
}
</style>
border-color css
<style>
span { border-color: #E21A68; }
span { border-color: rgb(226,26,104); }
td.TdClassName
{
border-color: #E21A68;
}
.TagClassName
{
border-color: #E21A68;
}
</style>