Shades of Ruby #E0165F
Tints of Ruby #E0165F
RGB
CMYK
RGB Variations
Color information
#E0165F (or 0xE0165F) is known color: Ruby. HEX triplet: E0, 16 and 5F. RGB value is (224,22,95). Sum of RGB (Red+Green+Blue) = 224+22+95=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0165F is #1FE9A0. Grayscale: #5A5A5A. Windows color (decimal): -2091425 or 6231776. OLE color: 6231776.
HSL color Cylindrical-coordinate representation of color #E0165F: hue angle of 338.32º 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 #E0165F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.12 |
| HSL | 338.32º | 0.82% | 0.48% | - |
| HSV(B) | 338.32º | 0.9% | 0.88% | - |
| XYZ | 33.09 | 17.25 | 12.41 | - |
| YUV | 90.72 | 130.42 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 95 | 0 | 0.90 | 0.58 | 0.12 | 338.32 | 0.82 | 0.48 |
| Hex | E0 | 16 | 5F | 0 | 5A | 3A | C | 152 | 52 | 30 |
| Octal | 340 | 26 | 137 | 0 | 132 | 72 | 14 | 522 | 122 | 60 |
| Binary | 11100000 | 10110 | 1011111 | 0 | 1011010 | 111010 | 1100 | 101010010 | 1010010 | 110000 |
Color Harmonies of #E0165F
Complementary color
Monochromatic Colors of #E0165F
Black with #E0165F
Text Example
Text Example
White with #E0165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0165F; }
p { color: rgb(224,22,95); }
H1.HeaderClassName
{
color: #E0165F;
}
.AnyTagClassName
{
color: #E0165F;
}
</style>
background-color css
<style>
a { background-color: #E0165F; }
a { background-color: rgb(224,22,95); }
div.DivClassName
{
background-color: #E0165F;
}
.BgClassName
{
background-color: #E0165F;
}
</style>
border-color css
<style>
span { border-color: #E0165F; }
span { border-color: rgb(224,22,95); }
td.TdClassName
{
border-color: #E0165F;
}
.TagClassName
{
border-color: #E0165F;
}
</style>