Shades of Deep Cerise #E0468A
Tints of Deep Cerise #E0468A
RGB
CMYK
RGB Variations
Color information
#E0468A (or 0xE0468A) is known color: Deep Cerise. HEX triplet: E0, 46 and 8A. RGB value is (224,70,138). Sum of RGB (Red+Green+Blue) = 224+70+138=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0468A is #1FB975. Grayscale: #7B7B7B. Windows color (decimal): -2079094 or 9062112. OLE color: 9062112.
HSL color Cylindrical-coordinate representation of color #E0468A: hue angle of 333.51º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0468A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 138 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.12 |
| HSL | 333.51º | 0.71% | 0.58% | - |
| HSV(B) | 333.51º | 0.69% | 0.88% | - |
| XYZ | 37.52 | 22.06 | 26.33 | - |
| YUV | 123.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 138 | 0 | 0.69 | 0.38 | 0.12 | 333.51 | 0.71 | 0.58 |
| Hex | E0 | 46 | 8A | 0 | 45 | 26 | C | 14E | 47 | 3A |
| Octal | 340 | 106 | 212 | 0 | 105 | 46 | 14 | 516 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10001010 | 0 | 1000101 | 100110 | 1100 | 101001110 | 1000111 | 111010 |
Color Harmonies of #E0468A
Complementary color
Monochromatic Colors of #E0468A
Black with #E0468A
Text Example
Text Example
White with #E0468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0468A; }
p { color: rgb(224,70,138); }
H1.HeaderClassName
{
color: #E0468A;
}
.AnyTagClassName
{
color: #E0468A;
}
</style>
background-color css
<style>
a { background-color: #E0468A; }
a { background-color: rgb(224,70,138); }
div.DivClassName
{
background-color: #E0468A;
}
.BgClassName
{
background-color: #E0468A;
}
</style>
border-color css
<style>
span { border-color: #E0468A; }
span { border-color: rgb(224,70,138); }
td.TdClassName
{
border-color: #E0468A;
}
.TagClassName
{
border-color: #E0468A;
}
</style>