#E0419A

Color #E0419A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E0419A

Tints of Deep Cerise #E0419A

Color information

#E0419A (or 0xE0419A) is unknown color: approx Deep Cerise. HEX triplet: E0, 41 and 9A. RGB value is (224,65,154). Sum of RGB (Red+Green+Blue) = 224+65+154=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0419A is #1FBE65. Grayscale: #7A7A7A. Windows color (decimal): -2080358 or 10109408. OLE color: 10109408.

HSL color Cylindrical-coordinate representation of color #E0419A: hue angle of 326.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0419A is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB22465154-
CMYK00.710.310.12
HSL326.42º71.95%56.67%-
HSV(B)326.42º70.98%87.84%-
XYZ38.4621.9632.78-
YUV122.69145.68200.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=50.56%
G=14.67%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246515400.710.310.12326.4271.9556.67
HexE0419A0471FC1464839
Octal3401012320107371450611071
Binary11100000100000110011010010001111111111001010001101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0419A; }

 p { color: rgb(224,65,154); }

 H1.HeaderClassName
 {
   color: #E0419A;
 }
 .AnyTagClassName
 {
   color: #E0419A;
 }
</style>
background-color css

<style>
 a { background-color: #E0419A; }

 a { background-color: rgb(224,65,154); }

 div.DivClassName
 {
   background-color: #E0419A;
 }
 .BgClassName
 {
   background-color: #E0419A;
 }
</style>
border-color css

<style>
 span { border-color: #E0419A; }

 span { border-color: rgb(224,65,154); }

 td.TdClassName
 {
   border-color: #E0419A;
 }
 .TagClassName
 {
   border-color: #E0419A;
 }
</style>