Shades of Ruby #E6027A
Tints of Ruby #E6027A
RGB
CMYK
RGB Variations
Color information
#E6027A (or 0xE6027A) is known color: Ruby. HEX triplet: E6, 02 and 7A. RGB value is (230,2,122). Sum of RGB (Red+Green+Blue) = 230+2+122=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6027A is #19FD85. Grayscale: #535353. Windows color (decimal): -1703302 or 7996134. OLE color: 7996134.
HSL color Cylindrical-coordinate representation of color #E6027A: hue angle of 328.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6027A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.10 |
| HSL | 328.42º | 0.98% | 0.45% | - |
| HSV(B) | 328.42º | 0.99% | 0.9% | - |
| XYZ | 36.17 | 18.27 | 20.03 | - |
| YUV | 83.85 | 149.54 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 122 | 0 | 0.99 | 0.47 | 0.10 | 328.42 | 0.98 | 0.45 |
| Hex | E6 | 2 | 7A | 0 | 63 | 2F | A | 148 | 62 | 2D |
| Octal | 346 | 2 | 172 | 0 | 143 | 57 | 12 | 510 | 142 | 55 |
| Binary | 11100110 | 10 | 1111010 | 0 | 1100011 | 101111 | 1010 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E6027A
Complementary color
Monochromatic Colors of #E6027A
Black with #E6027A
Text Example
Text Example
White with #E6027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6027A; }
p { color: rgb(230,2,122); }
H1.HeaderClassName
{
color: #E6027A;
}
.AnyTagClassName
{
color: #E6027A;
}
</style>
background-color css
<style>
a { background-color: #E6027A; }
a { background-color: rgb(230,2,122); }
div.DivClassName
{
background-color: #E6027A;
}
.BgClassName
{
background-color: #E6027A;
}
</style>
border-color css
<style>
span { border-color: #E6027A; }
span { border-color: rgb(230,2,122); }
td.TdClassName
{
border-color: #E6027A;
}
.TagClassName
{
border-color: #E6027A;
}
</style>