Shades of Cerise #EB3266
Tints of Cerise #EB3266
RGB
CMYK
RGB Variations
Color information
#EB3266 (or 0xEB3266) is known color: Cerise. HEX triplet: EB, 32 and 66. RGB value is (235,50,102). Sum of RGB (Red+Green+Blue) = 235+50+102=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3266 is #14CD99. Grayscale: #6F6F6F. Windows color (decimal): -1363354 or 6697707. OLE color: 6697707.
HSL color Cylindrical-coordinate representation of color #EB3266: hue angle of 343.14º 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 #EB3266 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 102 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.08 |
| HSL | 343.14º | 0.82% | 0.56% | - |
| HSV(B) | 343.14º | 0.79% | 0.92% | - |
| XYZ | 37.8 | 20.9 | 14.61 | - |
| YUV | 111.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 102 | 0 | 0.79 | 0.57 | 0.08 | 343.14 | 0.82 | 0.56 |
| Hex | EB | 32 | 66 | 0 | 4F | 39 | 8 | 157 | 52 | 38 |
| Octal | 353 | 62 | 146 | 0 | 117 | 71 | 10 | 527 | 122 | 70 |
| Binary | 11101011 | 110010 | 1100110 | 0 | 1001111 | 111001 | 1000 | 101010111 | 1010010 | 111000 |
Color Harmonies of #EB3266
Complementary color
Monochromatic Colors of #EB3266
Black with #EB3266
Text Example
Text Example
White with #EB3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3266; }
p { color: rgb(235,50,102); }
H1.HeaderClassName
{
color: #EB3266;
}
.AnyTagClassName
{
color: #EB3266;
}
</style>
background-color css
<style>
a { background-color: #EB3266; }
a { background-color: rgb(235,50,102); }
div.DivClassName
{
background-color: #EB3266;
}
.BgClassName
{
background-color: #EB3266;
}
</style>
border-color css
<style>
span { border-color: #EB3266; }
span { border-color: rgb(235,50,102); }
td.TdClassName
{
border-color: #EB3266;
}
.TagClassName
{
border-color: #EB3266;
}
</style>