Shades of Cerise #E13A6B
Tints of Cerise #E13A6B
RGB
CMYK
RGB Variations
Color information
#E13A6B (or 0xE13A6B) is known color: Cerise. HEX triplet: E1, 3A and 6B. RGB value is (225,58,107). Sum of RGB (Red+Green+Blue) = 225+58+107=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A6B is #1EC594. Grayscale: #717171. Windows color (decimal): -2016661 or 7027425. OLE color: 7027425.
HSL color Cylindrical-coordinate representation of color #E13A6B: hue angle of 342.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A6B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 107 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.12 |
| HSL | 342.4º | 0.74% | 0.55% | - |
| HSV(B) | 342.4º | 0.74% | 0.88% | - |
| XYZ | 35.22 | 20.1 | 15.93 | - |
| YUV | 113.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 107 | 0 | 0.74 | 0.52 | 0.12 | 342.4 | 0.74 | 0.55 |
| Hex | E1 | 3A | 6B | 0 | 4A | 34 | C | 156 | 4A | 37 |
| Octal | 341 | 72 | 153 | 0 | 112 | 64 | 14 | 526 | 112 | 67 |
| Binary | 11100001 | 111010 | 1101011 | 0 | 1001010 | 110100 | 1100 | 101010110 | 1001010 | 110111 |
Color Harmonies of #E13A6B
Complementary color
Monochromatic Colors of #E13A6B
Black with #E13A6B
Text Example
Text Example
White with #E13A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A6B; }
p { color: rgb(225,58,107); }
H1.HeaderClassName
{
color: #E13A6B;
}
.AnyTagClassName
{
color: #E13A6B;
}
</style>
background-color css
<style>
a { background-color: #E13A6B; }
a { background-color: rgb(225,58,107); }
div.DivClassName
{
background-color: #E13A6B;
}
.BgClassName
{
background-color: #E13A6B;
}
</style>
border-color css
<style>
span { border-color: #E13A6B; }
span { border-color: rgb(225,58,107); }
td.TdClassName
{
border-color: #E13A6B;
}
.TagClassName
{
border-color: #E13A6B;
}
</style>