Shades of Deep Cerise #EA258C
Tints of Deep Cerise #EA258C
RGB
CMYK
RGB Variations
Color information
#EA258C (or 0xEA258C) is known color: Deep Cerise. HEX triplet: EA, 25 and 8C. RGB value is (234,37,140). Sum of RGB (Red+Green+Blue) = 234+37+140=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA258C is #15DA73. Grayscale: #6B6B6B. Windows color (decimal): -1432180 or 9184746. OLE color: 9184746.
HSL color Cylindrical-coordinate representation of color #EA258C: hue angle of 328.63º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA258C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 140 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.08 |
| HSL | 328.63º | 0.82% | 0.53% | - |
| HSV(B) | 328.63º | 0.84% | 0.92% | - |
| XYZ | 39.33 | 20.71 | 26.74 | - |
| YUV | 107.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 140 | 0 | 0.84 | 0.40 | 0.08 | 328.63 | 0.82 | 0.53 |
| Hex | EA | 25 | 8C | 0 | 54 | 28 | 8 | 149 | 52 | 35 |
| Octal | 352 | 45 | 214 | 0 | 124 | 50 | 10 | 511 | 122 | 65 |
| Binary | 11101010 | 100101 | 10001100 | 0 | 1010100 | 101000 | 1000 | 101001001 | 1010010 | 110101 |
Color Harmonies of #EA258C
Complementary color
Monochromatic Colors of #EA258C
Black with #EA258C
Text Example
Text Example
White with #EA258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA258C; }
p { color: rgb(234,37,140); }
H1.HeaderClassName
{
color: #EA258C;
}
.AnyTagClassName
{
color: #EA258C;
}
</style>
background-color css
<style>
a { background-color: #EA258C; }
a { background-color: rgb(234,37,140); }
div.DivClassName
{
background-color: #EA258C;
}
.BgClassName
{
background-color: #EA258C;
}
</style>
border-color css
<style>
span { border-color: #EA258C; }
span { border-color: rgb(234,37,140); }
td.TdClassName
{
border-color: #EA258C;
}
.TagClassName
{
border-color: #EA258C;
}
</style>