Shades of Cerise #EA2175
Tints of Cerise #EA2175
RGB
CMYK
RGB Variations
Color information
#EA2175 (or 0xEA2175) is known color: Cerise. HEX triplet: EA, 21 and 75. RGB value is (234,33,117). Sum of RGB (Red+Green+Blue) = 234+33+117=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2175 is #15DE8A. Grayscale: #666666. Windows color (decimal): -1433227 or 7676394. OLE color: 7676394.
HSL color Cylindrical-coordinate representation of color #EA2175: hue angle of 334.93º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2175 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 117 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.08 |
| HSL | 334.93º | 0.83% | 0.52% | - |
| HSV(B) | 334.93º | 0.86% | 0.92% | - |
| XYZ | 37.69 | 19.86 | 18.68 | - |
| YUV | 102.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 117 | 0 | 0.86 | 0.5 | 0.08 | 334.93 | 0.83 | 0.52 |
| Hex | EA | 21 | 75 | 0 | 56 | 32 | 8 | 14F | 53 | 34 |
| Octal | 352 | 41 | 165 | 0 | 126 | 62 | 10 | 517 | 123 | 64 |
| Binary | 11101010 | 100001 | 1110101 | 0 | 1010110 | 110010 | 1000 | 101001111 | 1010011 | 110100 |
Color Harmonies of #EA2175
Complementary color
Monochromatic Colors of #EA2175
Black with #EA2175
Text Example
Text Example
White with #EA2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2175; }
p { color: rgb(234,33,117); }
H1.HeaderClassName
{
color: #EA2175;
}
.AnyTagClassName
{
color: #EA2175;
}
</style>
background-color css
<style>
a { background-color: #EA2175; }
a { background-color: rgb(234,33,117); }
div.DivClassName
{
background-color: #EA2175;
}
.BgClassName
{
background-color: #EA2175;
}
</style>
border-color css
<style>
span { border-color: #EA2175; }
span { border-color: rgb(234,33,117); }
td.TdClassName
{
border-color: #EA2175;
}
.TagClassName
{
border-color: #EA2175;
}
</style>