Shades of Cerise #EA256B
Tints of Cerise #EA256B
RGB
CMYK
RGB Variations
Color information
#EA256B (or 0xEA256B) is known color: Cerise. HEX triplet: EA, 25 and 6B. RGB value is (234,37,107). Sum of RGB (Red+Green+Blue) = 234+37+107=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA256B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA256B is #15DA94. Grayscale: #676767. Windows color (decimal): -1432213 or 7022058. OLE color: 7022058.
HSL color Cylindrical-coordinate representation of color #EA256B: hue angle of 338.68º 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 #EA256B is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 107 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.08 |
| HSL | 338.68º | 0.82% | 0.53% | - |
| HSV(B) | 338.68º | 0.84% | 0.92% | - |
| XYZ | 37.25 | 19.88 | 15.78 | - |
| YUV | 103.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 107 | 0 | 0.84 | 0.54 | 0.08 | 338.68 | 0.82 | 0.53 |
| Hex | EA | 25 | 6B | 0 | 54 | 36 | 8 | 153 | 52 | 35 |
| Octal | 352 | 45 | 153 | 0 | 124 | 66 | 10 | 523 | 122 | 65 |
| Binary | 11101010 | 100101 | 1101011 | 0 | 1010100 | 110110 | 1000 | 101010011 | 1010010 | 110101 |
Color Harmonies of #EA256B
Complementary color
Monochromatic Colors of #EA256B
Black with #EA256B
Text Example
Text Example
White with #EA256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA256B; }
p { color: rgb(234,37,107); }
H1.HeaderClassName
{
color: #EA256B;
}
.AnyTagClassName
{
color: #EA256B;
}
</style>
background-color css
<style>
a { background-color: #EA256B; }
a { background-color: rgb(234,37,107); }
div.DivClassName
{
background-color: #EA256B;
}
.BgClassName
{
background-color: #EA256B;
}
</style>
border-color css
<style>
span { border-color: #EA256B; }
span { border-color: rgb(234,37,107); }
td.TdClassName
{
border-color: #EA256B;
}
.TagClassName
{
border-color: #EA256B;
}
</style>