Shades of Ruby #EA2067
Tints of Ruby #EA2067
RGB
CMYK
RGB Variations
Color information
#EA2067 (or 0xEA2067) is known color: Ruby. HEX triplet: EA, 20 and 67. RGB value is (234,32,103). Sum of RGB (Red+Green+Blue) = 234+32+103=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2067 is #15DF98. Grayscale: #646464. Windows color (decimal): -1433497 or 6758634. OLE color: 6758634.
HSL color Cylindrical-coordinate representation of color #EA2067: hue angle of 338.91º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2067 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.08 |
| HSL | 338.91º | 0.83% | 0.52% | - |
| HSV(B) | 338.91º | 0.86% | 0.92% | - |
| XYZ | 36.9 | 19.5 | 14.65 | - |
| YUV | 100.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 103 | 0 | 0.86 | 0.56 | 0.08 | 338.91 | 0.83 | 0.52 |
| Hex | EA | 20 | 67 | 0 | 56 | 38 | 8 | 153 | 53 | 34 |
| Octal | 352 | 40 | 147 | 0 | 126 | 70 | 10 | 523 | 123 | 64 |
| Binary | 11101010 | 100000 | 1100111 | 0 | 1010110 | 111000 | 1000 | 101010011 | 1010011 | 110100 |
Color Harmonies of #EA2067
Complementary color
Monochromatic Colors of #EA2067
Black with #EA2067
Text Example
Text Example
White with #EA2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2067; }
p { color: rgb(234,32,103); }
H1.HeaderClassName
{
color: #EA2067;
}
.AnyTagClassName
{
color: #EA2067;
}
</style>
background-color css
<style>
a { background-color: #EA2067; }
a { background-color: rgb(234,32,103); }
div.DivClassName
{
background-color: #EA2067;
}
.BgClassName
{
background-color: #EA2067;
}
</style>
border-color css
<style>
span { border-color: #EA2067; }
span { border-color: rgb(234,32,103); }
td.TdClassName
{
border-color: #EA2067;
}
.TagClassName
{
border-color: #EA2067;
}
</style>