Shades of Ruby #EE1367
Tints of Ruby #EE1367
RGB
CMYK
RGB Variations
Color information
#EE1367 (or 0xEE1367) is known color: Ruby. HEX triplet: EE, 13 and 67. RGB value is (238,19,103). Sum of RGB (Red+Green+Blue) = 238+19+103=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1367 is #11EC98. Grayscale: #5D5D5D. Windows color (decimal): -1174681 or 6755310. OLE color: 6755310.
HSL color Cylindrical-coordinate representation of color #EE1367: hue angle of 336.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1367 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 103 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.07 |
| HSL | 336.99º | 0.87% | 0.5% | - |
| HSV(B) | 336.99º | 0.92% | 0.93% | - |
| XYZ | 37.94 | 19.62 | 14.62 | - |
| YUV | 94.06 | 133.05 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 103 | 0 | 0.92 | 0.57 | 0.07 | 336.99 | 0.87 | 0.5 |
| Hex | EE | 13 | 67 | 0 | 5C | 39 | 7 | 151 | 57 | 32 |
| Octal | 356 | 23 | 147 | 0 | 134 | 71 | 7 | 521 | 127 | 62 |
| Binary | 11101110 | 10011 | 1100111 | 0 | 1011100 | 111001 | 111 | 101010001 | 1010111 | 110010 |
Color Harmonies of #EE1367
Complementary color
Monochromatic Colors of #EE1367
Black with #EE1367
Text Example
Text Example
White with #EE1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1367; }
p { color: rgb(238,19,103); }
H1.HeaderClassName
{
color: #EE1367;
}
.AnyTagClassName
{
color: #EE1367;
}
</style>
background-color css
<style>
a { background-color: #EE1367; }
a { background-color: rgb(238,19,103); }
div.DivClassName
{
background-color: #EE1367;
}
.BgClassName
{
background-color: #EE1367;
}
</style>
border-color css
<style>
span { border-color: #EE1367; }
span { border-color: rgb(238,19,103); }
td.TdClassName
{
border-color: #EE1367;
}
.TagClassName
{
border-color: #EE1367;
}
</style>