Shades of Cerise #EA2569
Tints of Cerise #EA2569
RGB
CMYK
RGB Variations
Color information
#EA2569 (or 0xEA2569) is known color: Cerise. HEX triplet: EA, 25 and 69. RGB value is (234,37,105). Sum of RGB (Red+Green+Blue) = 234+37+105=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2569 is #15DA96. Grayscale: #676767. Windows color (decimal): -1432215 or 6890986. OLE color: 6890986.
HSL color Cylindrical-coordinate representation of color #EA2569: hue angle of 339.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2569 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 105 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.08 |
| HSL | 339.29º | 0.82% | 0.53% | - |
| HSV(B) | 339.29º | 0.84% | 0.92% | - |
| XYZ | 37.14 | 19.84 | 15.24 | - |
| YUV | 103.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 105 | 0 | 0.84 | 0.55 | 0.08 | 339.29 | 0.82 | 0.53 |
| Hex | EA | 25 | 69 | 0 | 54 | 37 | 8 | 153 | 52 | 35 |
| Octal | 352 | 45 | 151 | 0 | 124 | 67 | 10 | 523 | 122 | 65 |
| Binary | 11101010 | 100101 | 1101001 | 0 | 1010100 | 110111 | 1000 | 101010011 | 1010010 | 110101 |
Color Harmonies of #EA2569
Complementary color
Monochromatic Colors of #EA2569
Black with #EA2569
Text Example
Text Example
White with #EA2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2569; }
p { color: rgb(234,37,105); }
H1.HeaderClassName
{
color: #EA2569;
}
.AnyTagClassName
{
color: #EA2569;
}
</style>
background-color css
<style>
a { background-color: #EA2569; }
a { background-color: rgb(234,37,105); }
div.DivClassName
{
background-color: #EA2569;
}
.BgClassName
{
background-color: #EA2569;
}
</style>
border-color css
<style>
span { border-color: #EA2569; }
span { border-color: rgb(234,37,105); }
td.TdClassName
{
border-color: #EA2569;
}
.TagClassName
{
border-color: #EA2569;
}
</style>