Shades of Ruby #CE1E5A
Tints of Ruby #CE1E5A
RGB
CMYK
RGB Variations
Color information
#CE1E5A (or 0xCE1E5A) is known color: Ruby. HEX triplet: CE, 1E and 5A. RGB value is (206,30,90). Sum of RGB (Red+Green+Blue) = 206+30+90=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E5A is #31E1A5. Grayscale: #595959. Windows color (decimal): -3269030 or 5906126. OLE color: 5906126.
HSL color Cylindrical-coordinate representation of color #CE1E5A: hue angle of 339.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E5A is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 90 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.19 |
| HSL | 339.55º | 0.75% | 0.46% | - |
| HSV(B) | 339.55º | 0.85% | 0.81% | - |
| XYZ | 27.76 | 14.79 | 11.06 | - |
| YUV | 89.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 90 | 0 | 0.85 | 0.56 | 0.19 | 339.55 | 0.75 | 0.46 |
| Hex | CE | 1E | 5A | 0 | 55 | 38 | 13 | 154 | 4B | 2E |
| Octal | 316 | 36 | 132 | 0 | 125 | 70 | 23 | 524 | 113 | 56 |
| Binary | 11001110 | 11110 | 1011010 | 0 | 1010101 | 111000 | 10011 | 101010100 | 1001011 | 101110 |
Color Harmonies of #CE1E5A
Complementary color
Monochromatic Colors of #CE1E5A
Black with #CE1E5A
Text Example
Text Example
White with #CE1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E5A; }
p { color: rgb(206,30,90); }
H1.HeaderClassName
{
color: #CE1E5A;
}
.AnyTagClassName
{
color: #CE1E5A;
}
</style>
background-color css
<style>
a { background-color: #CE1E5A; }
a { background-color: rgb(206,30,90); }
div.DivClassName
{
background-color: #CE1E5A;
}
.BgClassName
{
background-color: #CE1E5A;
}
</style>
border-color css
<style>
span { border-color: #CE1E5A; }
span { border-color: rgb(206,30,90); }
td.TdClassName
{
border-color: #CE1E5A;
}
.TagClassName
{
border-color: #CE1E5A;
}
</style>