Shades of Ruby #EC206A
Tints of Ruby #EC206A
RGB
CMYK
RGB Variations
Color information
#EC206A (or 0xEC206A) is known color: Ruby. HEX triplet: EC, 20 and 6A. RGB value is (236,32,106). Sum of RGB (Red+Green+Blue) = 236+32+106=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206A is #13DF95. Grayscale: #656565. Windows color (decimal): -1302422 or 6955244. OLE color: 6955244.
HSL color Cylindrical-coordinate representation of color #EC206A: hue angle of 338.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC206A is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 106 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.24º | 0.84% | 0.53% | - |
| HSV(B) | 338.24º | 0.86% | 0.93% | - |
| XYZ | 37.71 | 19.91 | 15.49 | - |
| YUV | 101.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 106 | 0 | 0.86 | 0.55 | 0.07 | 338.24 | 0.84 | 0.53 |
| Hex | EC | 20 | 6A | 0 | 56 | 37 | 7 | 152 | 54 | 35 |
| Octal | 354 | 40 | 152 | 0 | 126 | 67 | 7 | 522 | 124 | 65 |
| Binary | 11101100 | 100000 | 1101010 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010100 | 110101 |
Color Harmonies of #EC206A
Complementary color
Monochromatic Colors of #EC206A
Black with #EC206A
Text Example
Text Example
White with #EC206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC206A; }
p { color: rgb(236,32,106); }
H1.HeaderClassName
{
color: #EC206A;
}
.AnyTagClassName
{
color: #EC206A;
}
</style>
background-color css
<style>
a { background-color: #EC206A; }
a { background-color: rgb(236,32,106); }
div.DivClassName
{
background-color: #EC206A;
}
.BgClassName
{
background-color: #EC206A;
}
</style>
border-color css
<style>
span { border-color: #EC206A; }
span { border-color: rgb(236,32,106); }
td.TdClassName
{
border-color: #EC206A;
}
.TagClassName
{
border-color: #EC206A;
}
</style>