Shades of Deep Cerise #EA1C7B
Tints of Deep Cerise #EA1C7B
RGB
CMYK
RGB Variations
Color information
#EA1C7B (or 0xEA1C7B) is known color: Deep Cerise. HEX triplet: EA, 1C and 7B. RGB value is (234,28,123). Sum of RGB (Red+Green+Blue) = 234+28+123=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1C7B is #15E384. Grayscale: #646464. Windows color (decimal): -1434501 or 8068330. OLE color: 8068330.
HSL color Cylindrical-coordinate representation of color #EA1C7B: hue angle of 332.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1C7B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 123 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.08 |
| HSL | 332.33º | 0.83% | 0.51% | - |
| HSV(B) | 332.33º | 0.88% | 0.92% | - |
| XYZ | 37.92 | 19.75 | 20.55 | - |
| YUV | 100.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 123 | 0 | 0.88 | 0.47 | 0.08 | 332.33 | 0.83 | 0.51 |
| Hex | EA | 1C | 7B | 0 | 58 | 2F | 8 | 14C | 53 | 33 |
| Octal | 352 | 34 | 173 | 0 | 130 | 57 | 10 | 514 | 123 | 63 |
| Binary | 11101010 | 11100 | 1111011 | 0 | 1011000 | 101111 | 1000 | 101001100 | 1010011 | 110011 |
Color Harmonies of #EA1C7B
Complementary color
Monochromatic Colors of #EA1C7B
Black with #EA1C7B
Text Example
Text Example
White with #EA1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1C7B; }
p { color: rgb(234,28,123); }
H1.HeaderClassName
{
color: #EA1C7B;
}
.AnyTagClassName
{
color: #EA1C7B;
}
</style>
background-color css
<style>
a { background-color: #EA1C7B; }
a { background-color: rgb(234,28,123); }
div.DivClassName
{
background-color: #EA1C7B;
}
.BgClassName
{
background-color: #EA1C7B;
}
</style>
border-color css
<style>
span { border-color: #EA1C7B; }
span { border-color: rgb(234,28,123); }
td.TdClassName
{
border-color: #EA1C7B;
}
.TagClassName
{
border-color: #EA1C7B;
}
</style>