Shades of Ruby #EA165A
Tints of Ruby #EA165A
RGB
CMYK
RGB Variations
Color information
#EA165A (or 0xEA165A) is known color: Ruby. HEX triplet: EA, 16 and 5A. RGB value is (234,22,90). Sum of RGB (Red+Green+Blue) = 234+22+90=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA165A is #15E9A5. Grayscale: #5D5D5D. Windows color (decimal): -1436070 or 5904106. OLE color: 5904106.
HSL color Cylindrical-coordinate representation of color #EA165A: hue angle of 340.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA165A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.08 |
| HSL | 340.75º | 0.83% | 0.5% | - |
| HSV(B) | 340.75º | 0.91% | 0.92% | - |
| XYZ | 36.06 | 18.8 | 11.4 | - |
| YUV | 93.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 90 | 0 | 0.91 | 0.62 | 0.08 | 340.75 | 0.83 | 0.5 |
| Hex | EA | 16 | 5A | 0 | 5B | 3E | 8 | 155 | 53 | 32 |
| Octal | 352 | 26 | 132 | 0 | 133 | 76 | 10 | 525 | 123 | 62 |
| Binary | 11101010 | 10110 | 1011010 | 0 | 1011011 | 111110 | 1000 | 101010101 | 1010011 | 110010 |
Color Harmonies of #EA165A
Complementary color
Monochromatic Colors of #EA165A
Black with #EA165A
Text Example
Text Example
White with #EA165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA165A; }
p { color: rgb(234,22,90); }
H1.HeaderClassName
{
color: #EA165A;
}
.AnyTagClassName
{
color: #EA165A;
}
</style>
background-color css
<style>
a { background-color: #EA165A; }
a { background-color: rgb(234,22,90); }
div.DivClassName
{
background-color: #EA165A;
}
.BgClassName
{
background-color: #EA165A;
}
</style>
border-color css
<style>
span { border-color: #EA165A; }
span { border-color: rgb(234,22,90); }
td.TdClassName
{
border-color: #EA165A;
}
.TagClassName
{
border-color: #EA165A;
}
</style>