Shades of Cerise #E6266B
Tints of Cerise #E6266B
RGB
CMYK
RGB Variations
Color information
#E6266B (or 0xE6266B) is known color: Cerise. HEX triplet: E6, 26 and 6B. RGB value is (230,38,107). Sum of RGB (Red+Green+Blue) = 230+38+107=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6266B is #19D994. Grayscale: #676767. Windows color (decimal): -1694101 or 7022310. OLE color: 7022310.
HSL color Cylindrical-coordinate representation of color #E6266B: hue angle of 338.44º 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 #E6266B is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 107 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.10 |
| HSL | 338.44º | 0.79% | 0.53% | - |
| HSV(B) | 338.44º | 0.83% | 0.9% | - |
| XYZ | 35.98 | 19.27 | 15.73 | - |
| YUV | 103.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 107 | 0 | 0.83 | 0.53 | 0.10 | 338.44 | 0.79 | 0.53 |
| Hex | E6 | 26 | 6B | 0 | 53 | 35 | A | 152 | 4F | 35 |
| Octal | 346 | 46 | 153 | 0 | 123 | 65 | 12 | 522 | 117 | 65 |
| Binary | 11100110 | 100110 | 1101011 | 0 | 1010011 | 110101 | 1010 | 101010010 | 1001111 | 110101 |
Color Harmonies of #E6266B
Complementary color
Monochromatic Colors of #E6266B
Black with #E6266B
Text Example
Text Example
White with #E6266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6266B; }
p { color: rgb(230,38,107); }
H1.HeaderClassName
{
color: #E6266B;
}
.AnyTagClassName
{
color: #E6266B;
}
</style>
background-color css
<style>
a { background-color: #E6266B; }
a { background-color: rgb(230,38,107); }
div.DivClassName
{
background-color: #E6266B;
}
.BgClassName
{
background-color: #E6266B;
}
</style>
border-color css
<style>
span { border-color: #E6266B; }
span { border-color: rgb(230,38,107); }
td.TdClassName
{
border-color: #E6266B;
}
.TagClassName
{
border-color: #E6266B;
}
</style>