Shades of Cerise #E13D6A
Tints of Cerise #E13D6A
RGB
CMYK
RGB Variations
Color information
#E13D6A (or 0xE13D6A) is known color: Cerise. HEX triplet: E1, 3D and 6A. RGB value is (225,61,106). Sum of RGB (Red+Green+Blue) = 225+61+106=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D6A is #1EC295. Grayscale: #737373. Windows color (decimal): -2015894 or 6962657. OLE color: 6962657.
HSL color Cylindrical-coordinate representation of color #E13D6A: hue angle of 343.54º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13D6A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 106 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.12 |
| HSL | 343.54º | 0.73% | 0.56% | - |
| HSV(B) | 343.54º | 0.73% | 0.88% | - |
| XYZ | 35.32 | 20.39 | 15.71 | - |
| YUV | 115.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 106 | 0 | 0.73 | 0.53 | 0.12 | 343.54 | 0.73 | 0.56 |
| Hex | E1 | 3D | 6A | 0 | 49 | 35 | C | 158 | 49 | 38 |
| Octal | 341 | 75 | 152 | 0 | 111 | 65 | 14 | 530 | 111 | 70 |
| Binary | 11100001 | 111101 | 1101010 | 0 | 1001001 | 110101 | 1100 | 101011000 | 1001001 | 111000 |
Color Harmonies of #E13D6A
Complementary color
Monochromatic Colors of #E13D6A
Black with #E13D6A
Text Example
Text Example
White with #E13D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D6A; }
p { color: rgb(225,61,106); }
H1.HeaderClassName
{
color: #E13D6A;
}
.AnyTagClassName
{
color: #E13D6A;
}
</style>
background-color css
<style>
a { background-color: #E13D6A; }
a { background-color: rgb(225,61,106); }
div.DivClassName
{
background-color: #E13D6A;
}
.BgClassName
{
background-color: #E13D6A;
}
</style>
border-color css
<style>
span { border-color: #E13D6A; }
span { border-color: rgb(225,61,106); }
td.TdClassName
{
border-color: #E13D6A;
}
.TagClassName
{
border-color: #E13D6A;
}
</style>