Shades of Deep Cerise #EA328F
Tints of Deep Cerise #EA328F
RGB
CMYK
RGB Variations
Color information
#EA328F (or 0xEA328F) is known color: Deep Cerise. HEX triplet: EA, 32 and 8F. RGB value is (234,50,143). Sum of RGB (Red+Green+Blue) = 234+50+143=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA328F is #15CD70. Grayscale: #737373. Windows color (decimal): -1428849 or 9384682. OLE color: 9384682.
HSL color Cylindrical-coordinate representation of color #EA328F: hue angle of 329.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA328F is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 143 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.08 |
| HSL | 329.67º | 0.81% | 0.56% | - |
| HSV(B) | 329.67º | 0.79% | 0.92% | - |
| XYZ | 40.03 | 21.76 | 28.08 | - |
| YUV | 115.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 143 | 0 | 0.79 | 0.39 | 0.08 | 329.67 | 0.81 | 0.56 |
| Hex | EA | 32 | 8F | 0 | 4F | 27 | 8 | 14A | 51 | 38 |
| Octal | 352 | 62 | 217 | 0 | 117 | 47 | 10 | 512 | 121 | 70 |
| Binary | 11101010 | 110010 | 10001111 | 0 | 1001111 | 100111 | 1000 | 101001010 | 1010001 | 111000 |
Color Harmonies of #EA328F
Complementary color
Monochromatic Colors of #EA328F
Black with #EA328F
Text Example
Text Example
White with #EA328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA328F; }
p { color: rgb(234,50,143); }
H1.HeaderClassName
{
color: #EA328F;
}
.AnyTagClassName
{
color: #EA328F;
}
</style>
background-color css
<style>
a { background-color: #EA328F; }
a { background-color: rgb(234,50,143); }
div.DivClassName
{
background-color: #EA328F;
}
.BgClassName
{
background-color: #EA328F;
}
</style>
border-color css
<style>
span { border-color: #EA328F; }
span { border-color: rgb(234,50,143); }
td.TdClassName
{
border-color: #EA328F;
}
.TagClassName
{
border-color: #EA328F;
}
</style>