#E14389

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

Shades of Deep Cerise #E14389

Tints of Deep Cerise #E14389

Color information

#E14389 (or 0xE14389) is unknown color: approx Deep Cerise. HEX triplet: E1, 43 and 89. RGB value is (225,67,137). Sum of RGB (Red+Green+Blue) = 225+67+137=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E14389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14389 is #1EBC76. Grayscale: #7A7A7A. Windows color (decimal): -2014327 or 8995809. OLE color: 8995809.

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

Color convert

RGB22567137-
CMYK00.700.390.12
HSL333.42º72.48%57.25%-
HSV(B)333.42º70.22%88.24%-
XYZ37.5721.8325.9-
YUV122.22136.35201.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=52.45%
G=15.62%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256713700.700.390.12333.4272.4857.25
HexE1438904627C14d4839
Octal3411032110106471451511071
Binary111000011000011100010010100011010011111001010011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14389; }

 p { color: rgb(225,67,137); }

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

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

 a { background-color: rgb(225,67,137); }

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

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

 span { border-color: rgb(225,67,137); }

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