Shades of Cerise #EA2366
Tints of Cerise #EA2366
RGB
CMYK
RGB Variations
Color information
#EA2366 (or 0xEA2366) is known color: Cerise. HEX triplet: EA, 23 and 66. RGB value is (234,35,102). Sum of RGB (Red+Green+Blue) = 234+35+102=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2366 is #15DC99. Grayscale: #666666. Windows color (decimal): -1432730 or 6693866. OLE color: 6693866.
HSL color Cylindrical-coordinate representation of color #EA2366: hue angle of 339.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2366 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 102 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.08 |
| HSL | 339.8º | 0.83% | 0.53% | - |
| HSV(B) | 339.8º | 0.85% | 0.92% | - |
| XYZ | 36.93 | 19.65 | 14.42 | - |
| YUV | 102.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 102 | 0 | 0.85 | 0.56 | 0.08 | 339.8 | 0.83 | 0.53 |
| Hex | EA | 23 | 66 | 0 | 55 | 38 | 8 | 154 | 53 | 35 |
| Octal | 352 | 43 | 146 | 0 | 125 | 70 | 10 | 524 | 123 | 65 |
| Binary | 11101010 | 100011 | 1100110 | 0 | 1010101 | 111000 | 1000 | 101010100 | 1010011 | 110101 |
Color Harmonies of #EA2366
Complementary color
Monochromatic Colors of #EA2366
Black with #EA2366
Text Example
Text Example
White with #EA2366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2366; }
p { color: rgb(234,35,102); }
H1.HeaderClassName
{
color: #EA2366;
}
.AnyTagClassName
{
color: #EA2366;
}
</style>
background-color css
<style>
a { background-color: #EA2366; }
a { background-color: rgb(234,35,102); }
div.DivClassName
{
background-color: #EA2366;
}
.BgClassName
{
background-color: #EA2366;
}
</style>
border-color css
<style>
span { border-color: #EA2366; }
span { border-color: rgb(234,35,102); }
td.TdClassName
{
border-color: #EA2366;
}
.TagClassName
{
border-color: #EA2366;
}
</style>