Shades of Ruby #EE1567
Tints of Ruby #EE1567
RGB
CMYK
RGB Variations
Color information
#EE1567 (or 0xEE1567) is known color: Ruby. HEX triplet: EE, 15 and 67. RGB value is (238,21,103). Sum of RGB (Red+Green+Blue) = 238+21+103=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1567 is #11EA98. Grayscale: #5F5F5F. Windows color (decimal): -1174169 or 6755822. OLE color: 6755822.
HSL color Cylindrical-coordinate representation of color #EE1567: hue angle of 337.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1567 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.07 |
| HSL | 337.33º | 0.86% | 0.51% | - |
| HSV(B) | 337.33º | 0.91% | 0.93% | - |
| XYZ | 37.98 | 19.69 | 14.63 | - |
| YUV | 95.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 103 | 0 | 0.91 | 0.57 | 0.07 | 337.33 | 0.86 | 0.51 |
| Hex | EE | 15 | 67 | 0 | 5B | 39 | 7 | 151 | 56 | 33 |
| Octal | 356 | 25 | 147 | 0 | 133 | 71 | 7 | 521 | 126 | 63 |
| Binary | 11101110 | 10101 | 1100111 | 0 | 1011011 | 111001 | 111 | 101010001 | 1010110 | 110011 |
Color Harmonies of #EE1567
Complementary color
Monochromatic Colors of #EE1567
Black with #EE1567
Text Example
Text Example
White with #EE1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1567; }
p { color: rgb(238,21,103); }
H1.HeaderClassName
{
color: #EE1567;
}
.AnyTagClassName
{
color: #EE1567;
}
</style>
background-color css
<style>
a { background-color: #EE1567; }
a { background-color: rgb(238,21,103); }
div.DivClassName
{
background-color: #EE1567;
}
.BgClassName
{
background-color: #EE1567;
}
</style>
border-color css
<style>
span { border-color: #EE1567; }
span { border-color: rgb(238,21,103); }
td.TdClassName
{
border-color: #EE1567;
}
.TagClassName
{
border-color: #EE1567;
}
</style>