Shades of Cerise #E6256C
Tints of Cerise #E6256C
RGB
CMYK
RGB Variations
Color information
#E6256C (or 0xE6256C) is known color: Cerise. HEX triplet: E6, 25 and 6C. RGB value is (230,37,108). Sum of RGB (Red+Green+Blue) = 230+37+108=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6256C is #19DA93. Grayscale: #666666. Windows color (decimal): -1694356 or 7087590. OLE color: 7087590.
HSL color Cylindrical-coordinate representation of color #E6256C: hue angle of 337.93º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6256C is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 108 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.10 |
| HSL | 337.93º | 0.79% | 0.52% | - |
| HSV(B) | 337.93º | 0.84% | 0.9% | - |
| XYZ | 36 | 19.23 | 16 | - |
| YUV | 102.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 108 | 0 | 0.84 | 0.53 | 0.10 | 337.93 | 0.79 | 0.52 |
| Hex | E6 | 25 | 6C | 0 | 54 | 35 | A | 152 | 4F | 34 |
| Octal | 346 | 45 | 154 | 0 | 124 | 65 | 12 | 522 | 117 | 64 |
| Binary | 11100110 | 100101 | 1101100 | 0 | 1010100 | 110101 | 1010 | 101010010 | 1001111 | 110100 |
Color Harmonies of #E6256C
Complementary color
Monochromatic Colors of #E6256C
Black with #E6256C
Text Example
Text Example
White with #E6256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6256C; }
p { color: rgb(230,37,108); }
H1.HeaderClassName
{
color: #E6256C;
}
.AnyTagClassName
{
color: #E6256C;
}
</style>
background-color css
<style>
a { background-color: #E6256C; }
a { background-color: rgb(230,37,108); }
div.DivClassName
{
background-color: #E6256C;
}
.BgClassName
{
background-color: #E6256C;
}
</style>
border-color css
<style>
span { border-color: #E6256C; }
span { border-color: rgb(230,37,108); }
td.TdClassName
{
border-color: #E6256C;
}
.TagClassName
{
border-color: #E6256C;
}
</style>