Shades of Deep Cerise #EB327F
Tints of Deep Cerise #EB327F
RGB
CMYK
RGB Variations
Color information
#EB327F (or 0xEB327F) is known color: Deep Cerise. HEX triplet: EB, 32 and 7F. RGB value is (235,50,127). Sum of RGB (Red+Green+Blue) = 235+50+127=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB327F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB327F is #14CD80. Grayscale: #717171. Windows color (decimal): -1363329 or 8336107. OLE color: 8336107.
HSL color Cylindrical-coordinate representation of color #EB327F: hue angle of 335.03º 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 #EB327F is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 127 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.08 |
| HSL | 335.03º | 0.82% | 0.56% | - |
| HSV(B) | 335.03º | 0.79% | 0.92% | - |
| XYZ | 39.23 | 21.48 | 22.16 | - |
| YUV | 114.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 127 | 0 | 0.79 | 0.46 | 0.08 | 335.03 | 0.82 | 0.56 |
| Hex | EB | 32 | 7F | 0 | 4F | 2E | 8 | 14F | 52 | 38 |
| Octal | 353 | 62 | 177 | 0 | 117 | 56 | 10 | 517 | 122 | 70 |
| Binary | 11101011 | 110010 | 1111111 | 0 | 1001111 | 101110 | 1000 | 101001111 | 1010010 | 111000 |
Color Harmonies of #EB327F
Complementary color
Monochromatic Colors of #EB327F
Black with #EB327F
Text Example
Text Example
White with #EB327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB327F; }
p { color: rgb(235,50,127); }
H1.HeaderClassName
{
color: #EB327F;
}
.AnyTagClassName
{
color: #EB327F;
}
</style>
background-color css
<style>
a { background-color: #EB327F; }
a { background-color: rgb(235,50,127); }
div.DivClassName
{
background-color: #EB327F;
}
.BgClassName
{
background-color: #EB327F;
}
</style>
border-color css
<style>
span { border-color: #EB327F; }
span { border-color: rgb(235,50,127); }
td.TdClassName
{
border-color: #EB327F;
}
.TagClassName
{
border-color: #EB327F;
}
</style>