Shades of Cerise #E6266A
Tints of Cerise #E6266A
RGB
CMYK
RGB Variations
Color information
#E6266A (or 0xE6266A) is known color: Cerise. HEX triplet: E6, 26 and 6A. RGB value is (230,38,106). Sum of RGB (Red+Green+Blue) = 230+38+106=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6266A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6266A is #19D995. Grayscale: #676767. Windows color (decimal): -1694102 or 6956774. OLE color: 6956774.
HSL color Cylindrical-coordinate representation of color #E6266A: hue angle of 338.75º 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 #E6266A is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 106 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.10 |
| HSL | 338.75º | 0.79% | 0.53% | - |
| HSV(B) | 338.75º | 0.83% | 0.9% | - |
| XYZ | 35.93 | 19.25 | 15.46 | - |
| YUV | 103.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 106 | 0 | 0.83 | 0.54 | 0.10 | 338.75 | 0.79 | 0.53 |
| Hex | E6 | 26 | 6A | 0 | 53 | 36 | A | 153 | 4F | 35 |
| Octal | 346 | 46 | 152 | 0 | 123 | 66 | 12 | 523 | 117 | 65 |
| Binary | 11100110 | 100110 | 1101010 | 0 | 1010011 | 110110 | 1010 | 101010011 | 1001111 | 110101 |
Color Harmonies of #E6266A
Complementary color
Monochromatic Colors of #E6266A
Black with #E6266A
Text Example
Text Example
White with #E6266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6266A; }
p { color: rgb(230,38,106); }
H1.HeaderClassName
{
color: #E6266A;
}
.AnyTagClassName
{
color: #E6266A;
}
</style>
background-color css
<style>
a { background-color: #E6266A; }
a { background-color: rgb(230,38,106); }
div.DivClassName
{
background-color: #E6266A;
}
.BgClassName
{
background-color: #E6266A;
}
</style>
border-color css
<style>
span { border-color: #E6266A; }
span { border-color: rgb(230,38,106); }
td.TdClassName
{
border-color: #E6266A;
}
.TagClassName
{
border-color: #E6266A;
}
</style>