Shades of Cerise #E5265F
Tints of Cerise #E5265F
RGB
CMYK
RGB Variations
Color information
#E5265F (or 0xE5265F) is known color: Cerise. HEX triplet: E5, 26 and 5F. RGB value is (229,38,95). Sum of RGB (Red+Green+Blue) = 229+38+95=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5265F is #1AD9A0. Grayscale: #656565. Windows color (decimal): -1759649 or 6235877. OLE color: 6235877.
HSL color Cylindrical-coordinate representation of color #E5265F: hue angle of 342.09º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5265F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 95 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.10 |
| HSL | 342.09º | 0.79% | 0.52% | - |
| HSV(B) | 342.09º | 0.83% | 0.9% | - |
| XYZ | 35.07 | 18.87 | 12.62 | - |
| YUV | 101.61 | 124.28 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 95 | 0 | 0.83 | 0.59 | 0.10 | 342.09 | 0.79 | 0.52 |
| Hex | E5 | 26 | 5F | 0 | 53 | 3B | A | 156 | 4F | 34 |
| Octal | 345 | 46 | 137 | 0 | 123 | 73 | 12 | 526 | 117 | 64 |
| Binary | 11100101 | 100110 | 1011111 | 0 | 1010011 | 111011 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E5265F
Complementary color
Monochromatic Colors of #E5265F
Black with #E5265F
Text Example
Text Example
White with #E5265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5265F; }
p { color: rgb(229,38,95); }
H1.HeaderClassName
{
color: #E5265F;
}
.AnyTagClassName
{
color: #E5265F;
}
</style>
background-color css
<style>
a { background-color: #E5265F; }
a { background-color: rgb(229,38,95); }
div.DivClassName
{
background-color: #E5265F;
}
.BgClassName
{
background-color: #E5265F;
}
</style>
border-color css
<style>
span { border-color: #E5265F; }
span { border-color: rgb(229,38,95); }
td.TdClassName
{
border-color: #E5265F;
}
.TagClassName
{
border-color: #E5265F;
}
</style>