#E14E90

Color #E14E90 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E14E90

Tints of Dark Pink #E14E90

Color information

#E14E90 (or 0xE14E90) is unknown color: approx Dark Pink. HEX triplet: E1, 4E and 90. RGB value is (225,78,144). Sum of RGB (Red+Green+Blue) = 225+78+144=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E90 is #1EB16F. Grayscale: #818181. Windows color (decimal): -2011504 or 9457377. OLE color: 9457377.

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

Color convert

RGB22578144-
CMYK00.650.360.12
HSL333.06º71.01%59.41%-
HSV(B)333.06º65.33%88.24%-
XYZ38.8123.4728.87-
YUV129.48136.2196.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=50.34%
G=17.45%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257814400.650.360.12333.0671.0159.41
HexE14E9004124C14d473b
Octal3411162200101441451510773
Binary111000011001110100100000100000110010011001010011011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14E90; }

 p { color: rgb(225,78,144); }

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

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

 a { background-color: rgb(225,78,144); }

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

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

 span { border-color: rgb(225,78,144); }

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