Shades of Cerise #E6286F
Tints of Cerise #E6286F
RGB
CMYK
RGB Variations
Color information
#E6286F (or 0xE6286F) is known color: Cerise. HEX triplet: E6, 28 and 6F. RGB value is (230,40,111). Sum of RGB (Red+Green+Blue) = 230+40+111=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E6286F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6286F is #19D790. Grayscale: #686868. Windows color (decimal): -1693585 or 7284966. OLE color: 7284966.
HSL color Cylindrical-coordinate representation of color #E6286F: hue angle of 337.58º 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 #E6286F is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 111 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.10 |
| HSL | 337.58º | 0.79% | 0.53% | - |
| HSV(B) | 337.58º | 0.83% | 0.9% | - |
| XYZ | 36.26 | 19.49 | 16.89 | - |
| YUV | 104.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 111 | 0 | 0.83 | 0.52 | 0.10 | 337.58 | 0.79 | 0.53 |
| Hex | E6 | 28 | 6F | 0 | 53 | 34 | A | 152 | 4F | 35 |
| Octal | 346 | 50 | 157 | 0 | 123 | 64 | 12 | 522 | 117 | 65 |
| Binary | 11100110 | 101000 | 1101111 | 0 | 1010011 | 110100 | 1010 | 101010010 | 1001111 | 110101 |
Color Harmonies of #E6286F
Complementary color
Monochromatic Colors of #E6286F
Black with #E6286F
Text Example
Text Example
White with #E6286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6286F; }
p { color: rgb(230,40,111); }
H1.HeaderClassName
{
color: #E6286F;
}
.AnyTagClassName
{
color: #E6286F;
}
</style>
background-color css
<style>
a { background-color: #E6286F; }
a { background-color: rgb(230,40,111); }
div.DivClassName
{
background-color: #E6286F;
}
.BgClassName
{
background-color: #E6286F;
}
</style>
border-color css
<style>
span { border-color: #E6286F; }
span { border-color: rgb(230,40,111); }
td.TdClassName
{
border-color: #E6286F;
}
.TagClassName
{
border-color: #E6286F;
}
</style>