#E14385

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

Shades of Deep Cerise #E14385

Tints of Deep Cerise #E14385

Color information

#E14385 (or 0xE14385) is unknown color: approx Deep Cerise. HEX triplet: E1, 43 and 85. RGB value is (225,67,133). Sum of RGB (Red+Green+Blue) = 225+67+133=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14385 is #1EBC7A. Grayscale: #797979. Windows color (decimal): -2014331 or 8733665. OLE color: 8733665.

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

Color convert

RGB22567133-
CMYK00.700.410.12
HSL334.94º72.48%57.25%-
HSV(B)334.94º70.22%88.24%-
XYZ37.2921.7224.42-
YUV121.77134.35201.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 67 (26.56% from 255) = 15.76%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=52.94%
G=15.76%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256713300.700.410.12334.9472.4857.25
HexE1438504629C14f4839
Octal3411032050106511451711071
Binary111000011000011100001010100011010100111001010011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14385; }

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

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

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

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

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

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

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

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