Shades of Cerise #EA2267
Tints of Cerise #EA2267
RGB
CMYK
RGB Variations
Color information
#EA2267 (or 0xEA2267) is known color: Cerise. HEX triplet: EA, 22 and 67. RGB value is (234,34,103). Sum of RGB (Red+Green+Blue) = 234+34+103=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2267 is #15DD98. Grayscale: #656565. Windows color (decimal): -1432985 or 6759146. OLE color: 6759146.
HSL color Cylindrical-coordinate representation of color #EA2267: hue angle of 339.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 #EA2267 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 103 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.08 |
| HSL | 339.3º | 0.83% | 0.53% | - |
| HSV(B) | 339.3º | 0.85% | 0.92% | - |
| XYZ | 36.95 | 19.62 | 14.67 | - |
| YUV | 101.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 103 | 0 | 0.85 | 0.56 | 0.08 | 339.3 | 0.83 | 0.53 |
| Hex | EA | 22 | 67 | 0 | 55 | 38 | 8 | 153 | 53 | 35 |
| Octal | 352 | 42 | 147 | 0 | 125 | 70 | 10 | 523 | 123 | 65 |
| Binary | 11101010 | 100010 | 1100111 | 0 | 1010101 | 111000 | 1000 | 101010011 | 1010011 | 110101 |
Color Harmonies of #EA2267
Complementary color
Monochromatic Colors of #EA2267
Black with #EA2267
Text Example
Text Example
White with #EA2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2267; }
p { color: rgb(234,34,103); }
H1.HeaderClassName
{
color: #EA2267;
}
.AnyTagClassName
{
color: #EA2267;
}
</style>
background-color css
<style>
a { background-color: #EA2267; }
a { background-color: rgb(234,34,103); }
div.DivClassName
{
background-color: #EA2267;
}
.BgClassName
{
background-color: #EA2267;
}
</style>
border-color css
<style>
span { border-color: #EA2267; }
span { border-color: rgb(234,34,103); }
td.TdClassName
{
border-color: #EA2267;
}
.TagClassName
{
border-color: #EA2267;
}
</style>