Shades of Cerise #EA2271
Tints of Cerise #EA2271
RGB
CMYK
RGB Variations
Color information
#EA2271 (or 0xEA2271) is known color: Cerise. HEX triplet: EA, 22 and 71. RGB value is (234,34,113). Sum of RGB (Red+Green+Blue) = 234+34+113=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2271 is #15DD8E. Grayscale: #666666. Windows color (decimal): -1432975 or 7414506. OLE color: 7414506.
HSL color Cylindrical-coordinate representation of color #EA2271: hue angle of 336.3º 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 #EA2271 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 113 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.08 |
| HSL | 336.3º | 0.83% | 0.53% | - |
| HSV(B) | 336.3º | 0.85% | 0.92% | - |
| XYZ | 37.48 | 19.83 | 17.47 | - |
| YUV | 102.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 113 | 0 | 0.85 | 0.52 | 0.08 | 336.3 | 0.83 | 0.53 |
| Hex | EA | 22 | 71 | 0 | 55 | 34 | 8 | 150 | 53 | 35 |
| Octal | 352 | 42 | 161 | 0 | 125 | 64 | 10 | 520 | 123 | 65 |
| Binary | 11101010 | 100010 | 1110001 | 0 | 1010101 | 110100 | 1000 | 101010000 | 1010011 | 110101 |
Color Harmonies of #EA2271
Complementary color
Monochromatic Colors of #EA2271
Black with #EA2271
Text Example
Text Example
White with #EA2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2271; }
p { color: rgb(234,34,113); }
H1.HeaderClassName
{
color: #EA2271;
}
.AnyTagClassName
{
color: #EA2271;
}
</style>
background-color css
<style>
a { background-color: #EA2271; }
a { background-color: rgb(234,34,113); }
div.DivClassName
{
background-color: #EA2271;
}
.BgClassName
{
background-color: #EA2271;
}
</style>
border-color css
<style>
span { border-color: #EA2271; }
span { border-color: rgb(234,34,113); }
td.TdClassName
{
border-color: #EA2271;
}
.TagClassName
{
border-color: #EA2271;
}
</style>