Shades of Old Rose #CE2458
Tints of Old Rose #CE2458
RGB
CMYK
RGB Variations
Color information
#CE2458 (or 0xCE2458) is known color: Old Rose. HEX triplet: CE, 24 and 58. RGB value is (206,36,88). Sum of RGB (Red+Green+Blue) = 206+36+88=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2458 is #31DBA7. Grayscale: #5C5C5C. Windows color (decimal): -3267496 or 5776590. OLE color: 5776590.
HSL color Cylindrical-coordinate representation of color #CE2458: hue angle of 341.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2458 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 88 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.19 |
| HSL | 341.65º | 0.7% | 0.47% | - |
| HSV(B) | 341.65º | 0.83% | 0.81% | - |
| XYZ | 27.85 | 15.09 | 10.68 | - |
| YUV | 92.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 88 | 0 | 0.83 | 0.57 | 0.19 | 341.65 | 0.7 | 0.47 |
| Hex | CE | 24 | 58 | 0 | 53 | 39 | 13 | 156 | 46 | 2F |
| Octal | 316 | 44 | 130 | 0 | 123 | 71 | 23 | 526 | 106 | 57 |
| Binary | 11001110 | 100100 | 1011000 | 0 | 1010011 | 111001 | 10011 | 101010110 | 1000110 | 101111 |
Color Harmonies of #CE2458
Complementary color
Monochromatic Colors of #CE2458
Black with #CE2458
Text Example
Text Example
White with #CE2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2458; }
p { color: rgb(206,36,88); }
H1.HeaderClassName
{
color: #CE2458;
}
.AnyTagClassName
{
color: #CE2458;
}
</style>
background-color css
<style>
a { background-color: #CE2458; }
a { background-color: rgb(206,36,88); }
div.DivClassName
{
background-color: #CE2458;
}
.BgClassName
{
background-color: #CE2458;
}
</style>
border-color css
<style>
span { border-color: #CE2458; }
span { border-color: rgb(206,36,88); }
td.TdClassName
{
border-color: #CE2458;
}
.TagClassName
{
border-color: #CE2458;
}
</style>