Shades of Ruby #EF2067
Tints of Ruby #EF2067
RGB
CMYK
RGB Variations
Color information
#EF2067 (or 0xEF2067) is known color: Ruby. HEX triplet: EF, 20 and 67. RGB value is (239,32,103). Sum of RGB (Red+Green+Blue) = 239+32+103=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2067 is #10DF98. Grayscale: #656565. Windows color (decimal): -1105817 or 6758639. OLE color: 6758639.
HSL color Cylindrical-coordinate representation of color #EF2067: hue angle of 339.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2067 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 103 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.06 |
| HSL | 339.42º | 0.87% | 0.53% | - |
| HSV(B) | 339.42º | 0.87% | 0.94% | - |
| XYZ | 38.56 | 20.36 | 14.73 | - |
| YUV | 101.99 | 128.58 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 103 | 0 | 0.87 | 0.57 | 0.06 | 339.42 | 0.87 | 0.53 |
| Hex | EF | 20 | 67 | 0 | 57 | 39 | 6 | 153 | 57 | 35 |
| Octal | 357 | 40 | 147 | 0 | 127 | 71 | 6 | 523 | 127 | 65 |
| Binary | 11101111 | 100000 | 1100111 | 0 | 1010111 | 111001 | 110 | 101010011 | 1010111 | 110101 |
Color Harmonies of #EF2067
Complementary color
Monochromatic Colors of #EF2067
Black with #EF2067
Text Example
Text Example
White with #EF2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2067; }
p { color: rgb(239,32,103); }
H1.HeaderClassName
{
color: #EF2067;
}
.AnyTagClassName
{
color: #EF2067;
}
</style>
background-color css
<style>
a { background-color: #EF2067; }
a { background-color: rgb(239,32,103); }
div.DivClassName
{
background-color: #EF2067;
}
.BgClassName
{
background-color: #EF2067;
}
</style>
border-color css
<style>
span { border-color: #EF2067; }
span { border-color: rgb(239,32,103); }
td.TdClassName
{
border-color: #EF2067;
}
.TagClassName
{
border-color: #EF2067;
}
</style>