Shades of Cerise #E6255F
Tints of Cerise #E6255F
RGB
CMYK
RGB Variations
Color information
#E6255F (or 0xE6255F) is known color: Cerise. HEX triplet: E6, 25 and 5F. RGB value is (230,37,95). Sum of RGB (Red+Green+Blue) = 230+37+95=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6255F is #19DAA0. Grayscale: #656565. Windows color (decimal): -1694369 or 6235622. OLE color: 6235622.
HSL color Cylindrical-coordinate representation of color #E6255F: hue angle of 341.97º 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 #E6255F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 95 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.10 |
| HSL | 341.97º | 0.79% | 0.52% | - |
| HSV(B) | 341.97º | 0.84% | 0.9% | - |
| XYZ | 35.36 | 18.97 | 12.62 | - |
| YUV | 101.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 95 | 0 | 0.84 | 0.59 | 0.10 | 341.97 | 0.79 | 0.52 |
| Hex | E6 | 25 | 5F | 0 | 54 | 3B | A | 156 | 4F | 34 |
| Octal | 346 | 45 | 137 | 0 | 124 | 73 | 12 | 526 | 117 | 64 |
| Binary | 11100110 | 100101 | 1011111 | 0 | 1010100 | 111011 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E6255F
Complementary color
Monochromatic Colors of #E6255F
Black with #E6255F
Text Example
Text Example
White with #E6255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6255F; }
p { color: rgb(230,37,95); }
H1.HeaderClassName
{
color: #E6255F;
}
.AnyTagClassName
{
color: #E6255F;
}
</style>
background-color css
<style>
a { background-color: #E6255F; }
a { background-color: rgb(230,37,95); }
div.DivClassName
{
background-color: #E6255F;
}
.BgClassName
{
background-color: #E6255F;
}
</style>
border-color css
<style>
span { border-color: #E6255F; }
span { border-color: rgb(230,37,95); }
td.TdClassName
{
border-color: #E6255F;
}
.TagClassName
{
border-color: #E6255F;
}
</style>