Shades of Cerise #E6266F
Tints of Cerise #E6266F
RGB
CMYK
RGB Variations
Color information
#E6266F (or 0xE6266F) is known color: Cerise. HEX triplet: E6, 26 and 6F. RGB value is (230,38,111). Sum of RGB (Red+Green+Blue) = 230+38+111=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E6266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6266F is #19D990. Grayscale: #676767. Windows color (decimal): -1694097 or 7284454. OLE color: 7284454.
HSL color Cylindrical-coordinate representation of color #E6266F: hue angle of 337.19º 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 #E6266F is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 111 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.10 |
| HSL | 337.19º | 0.79% | 0.53% | - |
| HSV(B) | 337.19º | 0.83% | 0.9% | - |
| XYZ | 36.2 | 19.36 | 16.87 | - |
| YUV | 103.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 111 | 0 | 0.83 | 0.52 | 0.10 | 337.19 | 0.79 | 0.53 |
| Hex | E6 | 26 | 6F | 0 | 53 | 34 | A | 151 | 4F | 35 |
| Octal | 346 | 46 | 157 | 0 | 123 | 64 | 12 | 521 | 117 | 65 |
| Binary | 11100110 | 100110 | 1101111 | 0 | 1010011 | 110100 | 1010 | 101010001 | 1001111 | 110101 |
Color Harmonies of #E6266F
Complementary color
Monochromatic Colors of #E6266F
Black with #E6266F
Text Example
Text Example
White with #E6266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6266F; }
p { color: rgb(230,38,111); }
H1.HeaderClassName
{
color: #E6266F;
}
.AnyTagClassName
{
color: #E6266F;
}
</style>
background-color css
<style>
a { background-color: #E6266F; }
a { background-color: rgb(230,38,111); }
div.DivClassName
{
background-color: #E6266F;
}
.BgClassName
{
background-color: #E6266F;
}
</style>
border-color css
<style>
span { border-color: #E6266F; }
span { border-color: rgb(230,38,111); }
td.TdClassName
{
border-color: #E6266F;
}
.TagClassName
{
border-color: #E6266F;
}
</style>