Shades of Deep Cerise #EA207F
Tints of Deep Cerise #EA207F
RGB
CMYK
RGB Variations
Color information
#EA207F (or 0xEA207F) is known color: Deep Cerise. HEX triplet: EA, 20 and 7F. RGB value is (234,32,127). Sum of RGB (Red+Green+Blue) = 234+32+127=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA207F is #15DF80. Grayscale: #676767. Windows color (decimal): -1433473 or 8331498. OLE color: 8331498.
HSL color Cylindrical-coordinate representation of color #EA207F: hue angle of 331.78º 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 #EA207F is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 127 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.08 |
| HSL | 331.78º | 0.83% | 0.52% | - |
| HSV(B) | 331.78º | 0.86% | 0.92% | - |
| XYZ | 38.28 | 20.06 | 21.93 | - |
| YUV | 103.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 127 | 0 | 0.86 | 0.46 | 0.08 | 331.78 | 0.83 | 0.52 |
| Hex | EA | 20 | 7F | 0 | 56 | 2E | 8 | 14C | 53 | 34 |
| Octal | 352 | 40 | 177 | 0 | 126 | 56 | 10 | 514 | 123 | 64 |
| Binary | 11101010 | 100000 | 1111111 | 0 | 1010110 | 101110 | 1000 | 101001100 | 1010011 | 110100 |
Color Harmonies of #EA207F
Complementary color
Monochromatic Colors of #EA207F
Black with #EA207F
Text Example
Text Example
White with #EA207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA207F; }
p { color: rgb(234,32,127); }
H1.HeaderClassName
{
color: #EA207F;
}
.AnyTagClassName
{
color: #EA207F;
}
</style>
background-color css
<style>
a { background-color: #EA207F; }
a { background-color: rgb(234,32,127); }
div.DivClassName
{
background-color: #EA207F;
}
.BgClassName
{
background-color: #EA207F;
}
</style>
border-color css
<style>
span { border-color: #EA207F; }
span { border-color: rgb(234,32,127); }
td.TdClassName
{
border-color: #EA207F;
}
.TagClassName
{
border-color: #EA207F;
}
</style>