Shades of Ruby #E4206A
Tints of Ruby #E4206A
RGB
CMYK
RGB Variations
Color information
#E4206A (or 0xE4206A) is known color: Ruby. HEX triplet: E4, 20 and 6A. RGB value is (228,32,106). Sum of RGB (Red+Green+Blue) = 228+32+106=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E4206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4206A is #1BDF95. Grayscale: #626262. Windows color (decimal): -1826710 or 6955236. OLE color: 6955236.
HSL color Cylindrical-coordinate representation of color #E4206A: hue angle of 337.35º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4206A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 106 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.11 |
| HSL | 337.35º | 0.78% | 0.51% | - |
| HSV(B) | 337.35º | 0.86% | 0.89% | - |
| XYZ | 35.11 | 18.57 | 15.37 | - |
| YUV | 99.04 | 131.93 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 106 | 0 | 0.86 | 0.54 | 0.11 | 337.35 | 0.78 | 0.51 |
| Hex | E4 | 20 | 6A | 0 | 56 | 36 | B | 151 | 4E | 33 |
| Octal | 344 | 40 | 152 | 0 | 126 | 66 | 13 | 521 | 116 | 63 |
| Binary | 11100100 | 100000 | 1101010 | 0 | 1010110 | 110110 | 1011 | 101010001 | 1001110 | 110011 |
Color Harmonies of #E4206A
Complementary color
Monochromatic Colors of #E4206A
Black with #E4206A
Text Example
Text Example
White with #E4206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4206A; }
p { color: rgb(228,32,106); }
H1.HeaderClassName
{
color: #E4206A;
}
.AnyTagClassName
{
color: #E4206A;
}
</style>
background-color css
<style>
a { background-color: #E4206A; }
a { background-color: rgb(228,32,106); }
div.DivClassName
{
background-color: #E4206A;
}
.BgClassName
{
background-color: #E4206A;
}
</style>
border-color css
<style>
span { border-color: #E4206A; }
span { border-color: rgb(228,32,106); }
td.TdClassName
{
border-color: #E4206A;
}
.TagClassName
{
border-color: #E4206A;
}
</style>