Shades of Cerise #E13B6E
Tints of Cerise #E13B6E
RGB
CMYK
RGB Variations
Color information
#E13B6E (or 0xE13B6E) is known color: Cerise. HEX triplet: E1, 3B and 6E. RGB value is (225,59,110). Sum of RGB (Red+Green+Blue) = 225+59+110=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B6E is #1EC491. Grayscale: #727272. Windows color (decimal): -2016402 or 7224289. OLE color: 7224289.
HSL color Cylindrical-coordinate representation of color #E13B6E: hue angle of 341.57º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13B6E is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 110 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.12 |
| HSL | 341.57º | 0.73% | 0.56% | - |
| HSV(B) | 341.57º | 0.74% | 0.88% | - |
| XYZ | 35.43 | 20.26 | 16.8 | - |
| YUV | 114.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 110 | 0 | 0.74 | 0.51 | 0.12 | 341.57 | 0.73 | 0.56 |
| Hex | E1 | 3B | 6E | 0 | 4A | 33 | C | 156 | 49 | 38 |
| Octal | 341 | 73 | 156 | 0 | 112 | 63 | 14 | 526 | 111 | 70 |
| Binary | 11100001 | 111011 | 1101110 | 0 | 1001010 | 110011 | 1100 | 101010110 | 1001001 | 111000 |
Color Harmonies of #E13B6E
Complementary color
Monochromatic Colors of #E13B6E
Black with #E13B6E
Text Example
Text Example
White with #E13B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B6E; }
p { color: rgb(225,59,110); }
H1.HeaderClassName
{
color: #E13B6E;
}
.AnyTagClassName
{
color: #E13B6E;
}
</style>
background-color css
<style>
a { background-color: #E13B6E; }
a { background-color: rgb(225,59,110); }
div.DivClassName
{
background-color: #E13B6E;
}
.BgClassName
{
background-color: #E13B6E;
}
</style>
border-color css
<style>
span { border-color: #E13B6E; }
span { border-color: rgb(225,59,110); }
td.TdClassName
{
border-color: #E13B6E;
}
.TagClassName
{
border-color: #E13B6E;
}
</style>