Shades of Cerise #CE2E68
Tints of Cerise #CE2E68
RGB
CMYK
RGB Variations
Color information
#CE2E68 (or 0xCE2E68) is known color: Cerise. HEX triplet: CE, 2E and 68. RGB value is (206,46,104). Sum of RGB (Red+Green+Blue) = 206+46+104=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E68 is #31D197. Grayscale: #646464. Windows color (decimal): -3264920 or 6827726. OLE color: 6827726.
HSL color Cylindrical-coordinate representation of color #CE2E68: hue angle of 338.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E68 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 104 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.19 |
| HSL | 338.25º | 0.63% | 0.49% | - |
| HSV(B) | 338.25º | 0.78% | 0.81% | - |
| XYZ | 28.93 | 16.08 | 14.67 | - |
| YUV | 100.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 104 | 0 | 0.78 | 0.50 | 0.19 | 338.25 | 0.63 | 0.49 |
| Hex | CE | 2E | 68 | 0 | 4E | 32 | 13 | 152 | 3F | 31 |
| Octal | 316 | 56 | 150 | 0 | 116 | 62 | 23 | 522 | 77 | 61 |
| Binary | 11001110 | 101110 | 1101000 | 0 | 1001110 | 110010 | 10011 | 101010010 | 111111 | 110001 |
Color Harmonies of #CE2E68
Complementary color
Monochromatic Colors of #CE2E68
Black with #CE2E68
Text Example
Text Example
White with #CE2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E68; }
p { color: rgb(206,46,104); }
H1.HeaderClassName
{
color: #CE2E68;
}
.AnyTagClassName
{
color: #CE2E68;
}
</style>
background-color css
<style>
a { background-color: #CE2E68; }
a { background-color: rgb(206,46,104); }
div.DivClassName
{
background-color: #CE2E68;
}
.BgClassName
{
background-color: #CE2E68;
}
</style>
border-color css
<style>
span { border-color: #CE2E68; }
span { border-color: rgb(206,46,104); }
td.TdClassName
{
border-color: #CE2E68;
}
.TagClassName
{
border-color: #CE2E68;
}
</style>