Shades of Cerise #E6265D
Tints of Cerise #E6265D
RGB
CMYK
RGB Variations
Color information
#E6265D (or 0xE6265D) is known color: Cerise. HEX triplet: E6, 26 and 5D. RGB value is (230,38,93). Sum of RGB (Red+Green+Blue) = 230+38+93=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6265D is #19D9A2. Grayscale: #656565. Windows color (decimal): -1694115 or 6104806. OLE color: 6104806.
HSL color Cylindrical-coordinate representation of color #E6265D: hue angle of 342.81º 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 #E6265D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 93 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.10 |
| HSL | 342.81º | 0.79% | 0.53% | - |
| HSV(B) | 342.81º | 0.83% | 0.9% | - |
| XYZ | 35.3 | 19 | 12.16 | - |
| YUV | 101.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 93 | 0 | 0.83 | 0.60 | 0.10 | 342.81 | 0.79 | 0.53 |
| Hex | E6 | 26 | 5D | 0 | 53 | 3C | A | 157 | 4F | 35 |
| Octal | 346 | 46 | 135 | 0 | 123 | 74 | 12 | 527 | 117 | 65 |
| Binary | 11100110 | 100110 | 1011101 | 0 | 1010011 | 111100 | 1010 | 101010111 | 1001111 | 110101 |
Color Harmonies of #E6265D
Complementary color
Monochromatic Colors of #E6265D
Black with #E6265D
Text Example
Text Example
White with #E6265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6265D; }
p { color: rgb(230,38,93); }
H1.HeaderClassName
{
color: #E6265D;
}
.AnyTagClassName
{
color: #E6265D;
}
</style>
background-color css
<style>
a { background-color: #E6265D; }
a { background-color: rgb(230,38,93); }
div.DivClassName
{
background-color: #E6265D;
}
.BgClassName
{
background-color: #E6265D;
}
</style>
border-color css
<style>
span { border-color: #E6265D; }
span { border-color: rgb(230,38,93); }
td.TdClassName
{
border-color: #E6265D;
}
.TagClassName
{
border-color: #E6265D;
}
</style>