Shades of Ruby #EA1277
Tints of Ruby #EA1277
RGB
CMYK
RGB Variations
Color information
#EA1277 (or 0xEA1277) is known color: Ruby. HEX triplet: EA, 12 and 77. RGB value is (234,18,119). Sum of RGB (Red+Green+Blue) = 234+18+119=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1277 is #15ED88. Grayscale: #5D5D5D. Windows color (decimal): -1437065 or 7803626. OLE color: 7803626.
HSL color Cylindrical-coordinate representation of color #EA1277: hue angle of 331.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1277 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 119 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.08 |
| HSL | 331.94º | 0.86% | 0.49% | - |
| HSV(B) | 331.94º | 0.92% | 0.92% | - |
| XYZ | 37.48 | 19.26 | 19.19 | - |
| YUV | 94.1 | 142.06 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 119 | 0 | 0.92 | 0.49 | 0.08 | 331.94 | 0.86 | 0.49 |
| Hex | EA | 12 | 77 | 0 | 5C | 31 | 8 | 14C | 56 | 31 |
| Octal | 352 | 22 | 167 | 0 | 134 | 61 | 10 | 514 | 126 | 61 |
| Binary | 11101010 | 10010 | 1110111 | 0 | 1011100 | 110001 | 1000 | 101001100 | 1010110 | 110001 |
Color Harmonies of #EA1277
Complementary color
Monochromatic Colors of #EA1277
Black with #EA1277
Text Example
Text Example
White with #EA1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1277; }
p { color: rgb(234,18,119); }
H1.HeaderClassName
{
color: #EA1277;
}
.AnyTagClassName
{
color: #EA1277;
}
</style>
background-color css
<style>
a { background-color: #EA1277; }
a { background-color: rgb(234,18,119); }
div.DivClassName
{
background-color: #EA1277;
}
.BgClassName
{
background-color: #EA1277;
}
</style>
border-color css
<style>
span { border-color: #EA1277; }
span { border-color: rgb(234,18,119); }
td.TdClassName
{
border-color: #EA1277;
}
.TagClassName
{
border-color: #EA1277;
}
</style>