Shades of Cerise #E94265
Tints of Cerise #E94265
RGB
CMYK
RGB Variations
Color information
#E94265 (or 0xE94265) is known color: Cerise. HEX triplet: E9, 42 and 65. RGB value is (233,66,101). Sum of RGB (Red+Green+Blue) = 233+66+101=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E94265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94265 is #16BD9A. Grayscale: #777777. Windows color (decimal): -1490331 or 6636265. OLE color: 6636265.
HSL color Cylindrical-coordinate representation of color #E94265: hue angle of 347.43º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94265 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 101 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.09 |
| HSL | 347.43º | 0.79% | 0.59% | - |
| HSV(B) | 347.43º | 0.72% | 0.91% | - |
| XYZ | 37.9 | 22.16 | 14.59 | - |
| YUV | 119.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 101 | 0 | 0.72 | 0.57 | 0.09 | 347.43 | 0.79 | 0.59 |
| Hex | E9 | 42 | 65 | 0 | 48 | 39 | 9 | 15B | 4F | 3B |
| Octal | 351 | 102 | 145 | 0 | 110 | 71 | 11 | 533 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1100101 | 0 | 1001000 | 111001 | 1001 | 101011011 | 1001111 | 111011 |
Color Harmonies of #E94265
Complementary color
Monochromatic Colors of #E94265
Black with #E94265
Text Example
Text Example
White with #E94265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94265; }
p { color: rgb(233,66,101); }
H1.HeaderClassName
{
color: #E94265;
}
.AnyTagClassName
{
color: #E94265;
}
</style>
background-color css
<style>
a { background-color: #E94265; }
a { background-color: rgb(233,66,101); }
div.DivClassName
{
background-color: #E94265;
}
.BgClassName
{
background-color: #E94265;
}
</style>
border-color css
<style>
span { border-color: #E94265; }
span { border-color: rgb(233,66,101); }
td.TdClassName
{
border-color: #E94265;
}
.TagClassName
{
border-color: #E94265;
}
</style>