#E14189

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

Shades of Deep Cerise #E14189

Tints of Deep Cerise #E14189

Color information

#E14189 (or 0xE14189) is unknown color: approx Deep Cerise. HEX triplet: E1, 41 and 89. RGB value is (225,65,137). Sum of RGB (Red+Green+Blue) = 225+65+137=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14189 is #1EBE76. Grayscale: #787878. Windows color (decimal): -2014839 or 8995297. OLE color: 8995297.

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

Color convert

RGB22565137-
CMYK00.710.390.12
HSL333º72.73%56.86%-
HSV(B)333º71.11%88.24%-
XYZ37.4621.5925.86-
YUV121.05137.01202.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=52.69%
G=15.22%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256513700.710.390.1233372.7356.86
HexE1418904727C14d4939
Octal3411012110107471451511171
Binary111000011000001100010010100011110011111001010011011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14189; }

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

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

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

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

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

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

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

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