Shades of Ruby #E4206C
Tints of Ruby #E4206C
RGB
CMYK
RGB Variations
Color information
#E4206C (or 0xE4206C) is known color: Ruby. HEX triplet: E4, 20 and 6C. RGB value is (228,32,108). Sum of RGB (Red+Green+Blue) = 228+32+108=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E4206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4206C is #1BDF93. Grayscale: #636363. Windows color (decimal): -1826708 or 7086308. OLE color: 7086308.
HSL color Cylindrical-coordinate representation of color #E4206C: hue angle of 336.73º 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 #E4206C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.11 |
| HSL | 336.73º | 0.78% | 0.51% | - |
| HSV(B) | 336.73º | 0.86% | 0.89% | - |
| XYZ | 35.22 | 18.61 | 15.92 | - |
| YUV | 99.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 108 | 0 | 0.86 | 0.53 | 0.11 | 336.73 | 0.78 | 0.51 |
| Hex | E4 | 20 | 6C | 0 | 56 | 35 | B | 151 | 4E | 33 |
| Octal | 344 | 40 | 154 | 0 | 126 | 65 | 13 | 521 | 116 | 63 |
| Binary | 11100100 | 100000 | 1101100 | 0 | 1010110 | 110101 | 1011 | 101010001 | 1001110 | 110011 |
Color Harmonies of #E4206C
Complementary color
Monochromatic Colors of #E4206C
Black with #E4206C
Text Example
Text Example
White with #E4206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4206C; }
p { color: rgb(228,32,108); }
H1.HeaderClassName
{
color: #E4206C;
}
.AnyTagClassName
{
color: #E4206C;
}
</style>
background-color css
<style>
a { background-color: #E4206C; }
a { background-color: rgb(228,32,108); }
div.DivClassName
{
background-color: #E4206C;
}
.BgClassName
{
background-color: #E4206C;
}
</style>
border-color css
<style>
span { border-color: #E4206C; }
span { border-color: rgb(228,32,108); }
td.TdClassName
{
border-color: #E4206C;
}
.TagClassName
{
border-color: #E4206C;
}
</style>