#E140A4

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

Shades of Deep Cerise #E140A4

Tints of Deep Cerise #E140A4

Color information

#E140A4 (or 0xE140A4) is unknown color: approx Deep Cerise. HEX triplet: E1, 40 and A4. RGB value is (225,64,164). Sum of RGB (Red+Green+Blue) = 225+64+164=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E140A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140A4 is #1EBF5B. Grayscale: #7B7B7B. Windows color (decimal): -2015068 or 10764513. OLE color: 10764513.

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

Color convert

RGB22564164-
CMYK00.720.270.12
HSL322.73º72.85%56.67%-
HSV(B)322.73º71.56%88.24%-
XYZ39.5922.3537.35-
YUV123.54150.84200.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=49.67%
G=14.13%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256416400.720.270.12322.7372.8556.67
HexE140A40481BC1434939
Octal3411002440110331450311171
Binary11100001100000010100100010010001101111001010000111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140A4; }

 p { color: rgb(225,64,164); }

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

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

 a { background-color: rgb(225,64,164); }

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

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

 span { border-color: rgb(225,64,164); }

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