Shades of Cerise #EB326A
Tints of Cerise #EB326A
RGB
CMYK
RGB Variations
Color information
#EB326A (or 0xEB326A) is known color: Cerise. HEX triplet: EB, 32 and 6A. RGB value is (235,50,106). Sum of RGB (Red+Green+Blue) = 235+50+106=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB326A is #14CD95. Grayscale: #6F6F6F. Windows color (decimal): -1363350 or 6959851. OLE color: 6959851.
HSL color Cylindrical-coordinate representation of color #EB326A: hue angle of 341.84º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB326A is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 106 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.08 |
| HSL | 341.84º | 0.82% | 0.56% | - |
| HSV(B) | 341.84º | 0.79% | 0.92% | - |
| XYZ | 38 | 20.98 | 15.68 | - |
| YUV | 111.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 106 | 0 | 0.79 | 0.55 | 0.08 | 341.84 | 0.82 | 0.56 |
| Hex | EB | 32 | 6A | 0 | 4F | 37 | 8 | 156 | 52 | 38 |
| Octal | 353 | 62 | 152 | 0 | 117 | 67 | 10 | 526 | 122 | 70 |
| Binary | 11101011 | 110010 | 1101010 | 0 | 1001111 | 110111 | 1000 | 101010110 | 1010010 | 111000 |
Color Harmonies of #EB326A
Complementary color
Monochromatic Colors of #EB326A
Black with #EB326A
Text Example
Text Example
White with #EB326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB326A; }
p { color: rgb(235,50,106); }
H1.HeaderClassName
{
color: #EB326A;
}
.AnyTagClassName
{
color: #EB326A;
}
</style>
background-color css
<style>
a { background-color: #EB326A; }
a { background-color: rgb(235,50,106); }
div.DivClassName
{
background-color: #EB326A;
}
.BgClassName
{
background-color: #EB326A;
}
</style>
border-color css
<style>
span { border-color: #EB326A; }
span { border-color: rgb(235,50,106); }
td.TdClassName
{
border-color: #EB326A;
}
.TagClassName
{
border-color: #EB326A;
}
</style>