#E043A5

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

Shades of Deep Cerise #E043A5

Tints of Deep Cerise #E043A5

Color information

#E043A5 (or 0xE043A5) is unknown color: approx Deep Cerise. HEX triplet: E0, 43 and A5. RGB value is (224,67,165). Sum of RGB (Red+Green+Blue) = 224+67+165=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E043A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E043A5 is #1FBC5A. Grayscale: #7C7C7C. Windows color (decimal): -2079835 or 10830816. OLE color: 10830816.

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

Color convert

RGB22467165-
CMYK00.700.260.12
HSL322.55º71.69%57.06%-
HSV(B)322.55º70.09%87.84%-
XYZ39.5422.5837.87-
YUV125.12150.51198.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=49.12%
G=14.69%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246716500.700.260.12322.5571.6957.06
HexE043A50461AC1434839
Octal3401032450106321450311071
Binary11100000100001110100101010001101101011001010000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E043A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E043A5; }

 p { color: rgb(224,67,165); }

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

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

 a { background-color: rgb(224,67,165); }

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

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

 span { border-color: rgb(224,67,165); }

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