#E04194

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

Shades of Deep Cerise #E04194

Tints of Deep Cerise #E04194

Color information

#E04194 (or 0xE04194) is unknown color: approx Deep Cerise. HEX triplet: E0, 41 and 94. RGB value is (224,65,148). Sum of RGB (Red+Green+Blue) = 224+65+148=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E04194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04194 is #1FBE6B. Grayscale: #797979. Windows color (decimal): -2080364 or 9716192. OLE color: 9716192.

HSL color Cylindrical-coordinate representation of color #E04194: hue angle of 328.68º 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 #E04194 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22465148-
CMYK00.710.340.12
HSL328.68º71.95%56.67%-
HSV(B)328.68º70.98%87.84%-
XYZ37.9821.7730.22-
YUV122142.68200.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 65 (25.78% from 255) = 14.87%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=51.26%
G=14.87%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246514800.710.340.12328.6871.9556.67
HexE0419404722C1494839
Octal3401012240107421451111071
Binary111000001000001100101000100011110001011001010010011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04194; }

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

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

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

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

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

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

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

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