Shades of Cerise #E6256A
Tints of Cerise #E6256A
RGB
CMYK
RGB Variations
Color information
#E6256A (or 0xE6256A) is known color: Cerise. HEX triplet: E6, 25 and 6A. RGB value is (230,37,106). Sum of RGB (Red+Green+Blue) = 230+37+106=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6256A is #19DA95. Grayscale: #666666. Windows color (decimal): -1694358 or 6956518. OLE color: 6956518.
HSL color Cylindrical-coordinate representation of color #E6256A: hue angle of 338.55º 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 #E6256A is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 106 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.10 |
| HSL | 338.55º | 0.79% | 0.52% | - |
| HSV(B) | 338.55º | 0.84% | 0.9% | - |
| XYZ | 35.9 | 19.19 | 15.45 | - |
| YUV | 102.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 106 | 0 | 0.84 | 0.54 | 0.10 | 338.55 | 0.79 | 0.52 |
| Hex | E6 | 25 | 6A | 0 | 54 | 36 | A | 153 | 4F | 34 |
| Octal | 346 | 45 | 152 | 0 | 124 | 66 | 12 | 523 | 117 | 64 |
| Binary | 11100110 | 100101 | 1101010 | 0 | 1010100 | 110110 | 1010 | 101010011 | 1001111 | 110100 |
Color Harmonies of #E6256A
Complementary color
Monochromatic Colors of #E6256A
Black with #E6256A
Text Example
Text Example
White with #E6256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6256A; }
p { color: rgb(230,37,106); }
H1.HeaderClassName
{
color: #E6256A;
}
.AnyTagClassName
{
color: #E6256A;
}
</style>
background-color css
<style>
a { background-color: #E6256A; }
a { background-color: rgb(230,37,106); }
div.DivClassName
{
background-color: #E6256A;
}
.BgClassName
{
background-color: #E6256A;
}
</style>
border-color css
<style>
span { border-color: #E6256A; }
span { border-color: rgb(230,37,106); }
td.TdClassName
{
border-color: #E6256A;
}
.TagClassName
{
border-color: #E6256A;
}
</style>