Shades of Cerise #E6286B
Tints of Cerise #E6286B
RGB
CMYK
RGB Variations
Color information
#E6286B (or 0xE6286B) is known color: Cerise. HEX triplet: E6, 28 and 6B. RGB value is (230,40,107). Sum of RGB (Red+Green+Blue) = 230+40+107=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6286B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6286B is #19D794. Grayscale: #686868. Windows color (decimal): -1693589 or 7022822. OLE color: 7022822.
HSL color Cylindrical-coordinate representation of color #E6286B: hue angle of 338.84º 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 #E6286B is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 107 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.10 |
| HSL | 338.84º | 0.79% | 0.53% | - |
| HSV(B) | 338.84º | 0.83% | 0.9% | - |
| XYZ | 36.05 | 19.4 | 15.76 | - |
| YUV | 104.45 | 129.45 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 107 | 0 | 0.83 | 0.53 | 0.10 | 338.84 | 0.79 | 0.53 |
| Hex | E6 | 28 | 6B | 0 | 53 | 35 | A | 153 | 4F | 35 |
| Octal | 346 | 50 | 153 | 0 | 123 | 65 | 12 | 523 | 117 | 65 |
| Binary | 11100110 | 101000 | 1101011 | 0 | 1010011 | 110101 | 1010 | 101010011 | 1001111 | 110101 |
Color Harmonies of #E6286B
Complementary color
Monochromatic Colors of #E6286B
Black with #E6286B
Text Example
Text Example
White with #E6286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6286B; }
p { color: rgb(230,40,107); }
H1.HeaderClassName
{
color: #E6286B;
}
.AnyTagClassName
{
color: #E6286B;
}
</style>
background-color css
<style>
a { background-color: #E6286B; }
a { background-color: rgb(230,40,107); }
div.DivClassName
{
background-color: #E6286B;
}
.BgClassName
{
background-color: #E6286B;
}
</style>
border-color css
<style>
span { border-color: #E6286B; }
span { border-color: rgb(230,40,107); }
td.TdClassName
{
border-color: #E6286B;
}
.TagClassName
{
border-color: #E6286B;
}
</style>