Shades of Ruby #E41274
Tints of Ruby #E41274
RGB
CMYK
RGB Variations
Color information
#E41274 (or 0xE41274) is known color: Ruby. HEX triplet: E4, 12 and 74. RGB value is (228,18,116). Sum of RGB (Red+Green+Blue) = 228+18+116=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E41274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41274 is #1BED8B. Grayscale: #5B5B5B. Windows color (decimal): -1830284 or 7607012. OLE color: 7607012.
HSL color Cylindrical-coordinate representation of color #E41274: hue angle of 332º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41274 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.11 |
| HSL | 332º | 0.85% | 0.48% | - |
| HSV(B) | 332º | 0.92% | 0.89% | - |
| XYZ | 35.36 | 18.19 | 18.17 | - |
| YUV | 91.96 | 141.57 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 116 | 0 | 0.92 | 0.49 | 0.11 | 332 | 0.85 | 0.48 |
| Hex | E4 | 12 | 74 | 0 | 5C | 31 | B | 14C | 55 | 30 |
| Octal | 344 | 22 | 164 | 0 | 134 | 61 | 13 | 514 | 125 | 60 |
| Binary | 11100100 | 10010 | 1110100 | 0 | 1011100 | 110001 | 1011 | 101001100 | 1010101 | 110000 |
Color Harmonies of #E41274
Complementary color
Monochromatic Colors of #E41274
Black with #E41274
Text Example
Text Example
White with #E41274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41274; }
p { color: rgb(228,18,116); }
H1.HeaderClassName
{
color: #E41274;
}
.AnyTagClassName
{
color: #E41274;
}
</style>
background-color css
<style>
a { background-color: #E41274; }
a { background-color: rgb(228,18,116); }
div.DivClassName
{
background-color: #E41274;
}
.BgClassName
{
background-color: #E41274;
}
</style>
border-color css
<style>
span { border-color: #E41274; }
span { border-color: rgb(228,18,116); }
td.TdClassName
{
border-color: #E41274;
}
.TagClassName
{
border-color: #E41274;
}
</style>