#E42094

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

Shades of Deep Cerise #E42094

Tints of Deep Cerise #E42094

Color information

#E42094 (or 0xE42094) is unknown color: approx Deep Cerise. HEX triplet: E4, 20 and 94. RGB value is (228,32,148). Sum of RGB (Red+Green+Blue) = 228+32+148=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E42094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42094 is #1BDF6B. Grayscale: #676767. Windows color (decimal): -1826668 or 9707748. OLE color: 9707748.

HSL color Cylindrical-coordinate representation of color #E42094: hue angle of 324.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42094 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22832148-
CMYK00.860.350.11
HSL324.49º78.4%50.98%-
HSV(B)324.49º85.96%89.41%-
XYZ37.8619.6729.82-
YUV103.83152.93216.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.88%
GREEN value IS 32 (12.89% from 255) = 7.84%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=55.88%
G=7.84%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283214800.860.350.11324.4978.450.98
HexE4209405623B1444e33
Octal344402240126431350411663
Binary11100100100000100101000101011010001110111010001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42094; }

 p { color: rgb(228,32,148); }

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

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

 a { background-color: rgb(228,32,148); }

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

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

 span { border-color: rgb(228,32,148); }

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