Shades of Deep Cerise #EA238F
Tints of Deep Cerise #EA238F
RGB
CMYK
RGB Variations
Color information
#EA238F (or 0xEA238F) is known color: Deep Cerise. HEX triplet: EA, 23 and 8F. RGB value is (234,35,143). Sum of RGB (Red+Green+Blue) = 234+35+143=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA238F is #15DC70. Grayscale: #6A6A6A. Windows color (decimal): -1432689 or 9380842. OLE color: 9380842.
HSL color Cylindrical-coordinate representation of color #EA238F: hue angle of 327.44º 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 #EA238F is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 143 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.08 |
| HSL | 327.44º | 0.83% | 0.53% | - |
| HSV(B) | 327.44º | 0.85% | 0.92% | - |
| XYZ | 39.49 | 20.68 | 27.9 | - |
| YUV | 106.81 | 148.43 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 143 | 0 | 0.85 | 0.39 | 0.08 | 327.44 | 0.83 | 0.53 |
| Hex | EA | 23 | 8F | 0 | 55 | 27 | 8 | 147 | 53 | 35 |
| Octal | 352 | 43 | 217 | 0 | 125 | 47 | 10 | 507 | 123 | 65 |
| Binary | 11101010 | 100011 | 10001111 | 0 | 1010101 | 100111 | 1000 | 101000111 | 1010011 | 110101 |
Color Harmonies of #EA238F
Complementary color
Monochromatic Colors of #EA238F
Black with #EA238F
Text Example
Text Example
White with #EA238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA238F; }
p { color: rgb(234,35,143); }
H1.HeaderClassName
{
color: #EA238F;
}
.AnyTagClassName
{
color: #EA238F;
}
</style>
background-color css
<style>
a { background-color: #EA238F; }
a { background-color: rgb(234,35,143); }
div.DivClassName
{
background-color: #EA238F;
}
.BgClassName
{
background-color: #EA238F;
}
</style>
border-color css
<style>
span { border-color: #EA238F; }
span { border-color: rgb(234,35,143); }
td.TdClassName
{
border-color: #EA238F;
}
.TagClassName
{
border-color: #EA238F;
}
</style>