Shades of Ruby #E0165C
Tints of Ruby #E0165C
RGB
CMYK
RGB Variations
Color information
#E0165C (or 0xE0165C) is known color: Ruby. HEX triplet: E0, 16 and 5C. RGB value is (224,22,92). Sum of RGB (Red+Green+Blue) = 224+22+92=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0165C is #1FE9A3. Grayscale: #5A5A5A. Windows color (decimal): -2091428 or 6035168. OLE color: 6035168.
HSL color Cylindrical-coordinate representation of color #E0165C: hue angle of 339.21º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0165C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.12 |
| HSL | 339.21º | 0.82% | 0.48% | - |
| HSV(B) | 339.21º | 0.9% | 0.88% | - |
| XYZ | 32.96 | 17.19 | 11.71 | - |
| YUV | 90.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 92 | 0 | 0.90 | 0.59 | 0.12 | 339.21 | 0.82 | 0.48 |
| Hex | E0 | 16 | 5C | 0 | 5A | 3B | C | 153 | 52 | 30 |
| Octal | 340 | 26 | 134 | 0 | 132 | 73 | 14 | 523 | 122 | 60 |
| Binary | 11100000 | 10110 | 1011100 | 0 | 1011010 | 111011 | 1100 | 101010011 | 1010010 | 110000 |
Color Harmonies of #E0165C
Complementary color
Monochromatic Colors of #E0165C
Black with #E0165C
Text Example
Text Example
White with #E0165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0165C; }
p { color: rgb(224,22,92); }
H1.HeaderClassName
{
color: #E0165C;
}
.AnyTagClassName
{
color: #E0165C;
}
</style>
background-color css
<style>
a { background-color: #E0165C; }
a { background-color: rgb(224,22,92); }
div.DivClassName
{
background-color: #E0165C;
}
.BgClassName
{
background-color: #E0165C;
}
</style>
border-color css
<style>
span { border-color: #E0165C; }
span { border-color: rgb(224,22,92); }
td.TdClassName
{
border-color: #E0165C;
}
.TagClassName
{
border-color: #E0165C;
}
</style>