Shades of Cerise #EA3266
Tints of Cerise #EA3266
RGB
CMYK
RGB Variations
Color information
#EA3266 (or 0xEA3266) is known color: Cerise. HEX triplet: EA, 32 and 66. RGB value is (234,50,102). Sum of RGB (Red+Green+Blue) = 234+50+102=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3266 is #15CD99. Grayscale: #6E6E6E. Windows color (decimal): -1428890 or 6697706. OLE color: 6697706.
HSL color Cylindrical-coordinate representation of color #EA3266: hue angle of 343.04º degrees, saturation: 0.81, 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 #EA3266 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 102 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.08 |
| HSL | 343.04º | 0.81% | 0.56% | - |
| HSV(B) | 343.04º | 0.79% | 0.92% | - |
| XYZ | 37.47 | 20.73 | 14.6 | - |
| YUV | 110.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 102 | 0 | 0.79 | 0.56 | 0.08 | 343.04 | 0.81 | 0.56 |
| Hex | EA | 32 | 66 | 0 | 4F | 38 | 8 | 157 | 51 | 38 |
| Octal | 352 | 62 | 146 | 0 | 117 | 70 | 10 | 527 | 121 | 70 |
| Binary | 11101010 | 110010 | 1100110 | 0 | 1001111 | 111000 | 1000 | 101010111 | 1010001 | 111000 |
Color Harmonies of #EA3266
Complementary color
Monochromatic Colors of #EA3266
Black with #EA3266
Text Example
Text Example
White with #EA3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3266; }
p { color: rgb(234,50,102); }
H1.HeaderClassName
{
color: #EA3266;
}
.AnyTagClassName
{
color: #EA3266;
}
</style>
background-color css
<style>
a { background-color: #EA3266; }
a { background-color: rgb(234,50,102); }
div.DivClassName
{
background-color: #EA3266;
}
.BgClassName
{
background-color: #EA3266;
}
</style>
border-color css
<style>
span { border-color: #EA3266; }
span { border-color: rgb(234,50,102); }
td.TdClassName
{
border-color: #EA3266;
}
.TagClassName
{
border-color: #EA3266;
}
</style>