Shades of Ruby #EF1A66
Tints of Ruby #EF1A66
RGB
CMYK
RGB Variations
Color information
#EF1A66 (or 0xEF1A66) is known color: Ruby. HEX triplet: EF, 1A and 66. RGB value is (239,26,102). Sum of RGB (Red+Green+Blue) = 239+26+102=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A66 is #10E599. Grayscale: #626262. Windows color (decimal): -1107354 or 6691567. OLE color: 6691567.
HSL color Cylindrical-coordinate representation of color #EF1A66: hue angle of 338.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A66 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 102 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.06 |
| HSL | 338.59º | 0.87% | 0.52% | - |
| HSV(B) | 338.59º | 0.89% | 0.94% | - |
| XYZ | 38.36 | 20.05 | 14.42 | - |
| YUV | 98.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 102 | 0 | 0.89 | 0.57 | 0.06 | 338.59 | 0.87 | 0.52 |
| Hex | EF | 1A | 66 | 0 | 59 | 39 | 6 | 153 | 57 | 34 |
| Octal | 357 | 32 | 146 | 0 | 131 | 71 | 6 | 523 | 127 | 64 |
| Binary | 11101111 | 11010 | 1100110 | 0 | 1011001 | 111001 | 110 | 101010011 | 1010111 | 110100 |
Color Harmonies of #EF1A66
Complementary color
Monochromatic Colors of #EF1A66
Black with #EF1A66
Text Example
Text Example
White with #EF1A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A66; }
p { color: rgb(239,26,102); }
H1.HeaderClassName
{
color: #EF1A66;
}
.AnyTagClassName
{
color: #EF1A66;
}
</style>
background-color css
<style>
a { background-color: #EF1A66; }
a { background-color: rgb(239,26,102); }
div.DivClassName
{
background-color: #EF1A66;
}
.BgClassName
{
background-color: #EF1A66;
}
</style>
border-color css
<style>
span { border-color: #EF1A66; }
span { border-color: rgb(239,26,102); }
td.TdClassName
{
border-color: #EF1A66;
}
.TagClassName
{
border-color: #EF1A66;
}
</style>