Shades of Cerise #E6285D
Tints of Cerise #E6285D
RGB
CMYK
RGB Variations
Color information
#E6285D (or 0xE6285D) is known color: Cerise. HEX triplet: E6, 28 and 5D. RGB value is (230,40,93). Sum of RGB (Red+Green+Blue) = 230+40+93=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6285D is #19D7A2. Grayscale: #666666. Windows color (decimal): -1693603 or 6105318. OLE color: 6105318.
HSL color Cylindrical-coordinate representation of color #E6285D: hue angle of 343.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6285D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 93 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.10 |
| HSL | 343.26º | 0.79% | 0.53% | - |
| HSV(B) | 343.26º | 0.83% | 0.9% | - |
| XYZ | 35.37 | 19.13 | 12.18 | - |
| YUV | 102.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 93 | 0 | 0.83 | 0.60 | 0.10 | 343.26 | 0.79 | 0.53 |
| Hex | E6 | 28 | 5D | 0 | 53 | 3C | A | 157 | 4F | 35 |
| Octal | 346 | 50 | 135 | 0 | 123 | 74 | 12 | 527 | 117 | 65 |
| Binary | 11100110 | 101000 | 1011101 | 0 | 1010011 | 111100 | 1010 | 101010111 | 1001111 | 110101 |
Color Harmonies of #E6285D
Complementary color
Monochromatic Colors of #E6285D
Black with #E6285D
Text Example
Text Example
White with #E6285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6285D; }
p { color: rgb(230,40,93); }
H1.HeaderClassName
{
color: #E6285D;
}
.AnyTagClassName
{
color: #E6285D;
}
</style>
background-color css
<style>
a { background-color: #E6285D; }
a { background-color: rgb(230,40,93); }
div.DivClassName
{
background-color: #E6285D;
}
.BgClassName
{
background-color: #E6285D;
}
</style>
border-color css
<style>
span { border-color: #E6285D; }
span { border-color: rgb(230,40,93); }
td.TdClassName
{
border-color: #E6285D;
}
.TagClassName
{
border-color: #E6285D;
}
</style>