#E14A8C

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

Shades of Dark Pink #E14A8C

Tints of Dark Pink #E14A8C

Color information

#E14A8C (or 0xE14A8C) is unknown color: approx Dark Pink. HEX triplet: E1, 4A and 8C. RGB value is (225,74,140). Sum of RGB (Red+Green+Blue) = 225+74+140=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A8C is #1EB573. Grayscale: #7E7E7E. Windows color (decimal): -2012532 or 9194209. OLE color: 9194209.

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

Color convert

RGB22574140-
CMYK00.670.380.12
HSL333.77º71.56%58.63%-
HSV(B)333.77º67.11%88.24%-
XYZ38.2322.827.2-
YUV126.67135.53198.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=51.25%
G=16.86%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257414000.670.380.12333.7771.5658.63
HexE14A8C04326C14e483b
Octal3411122140103461451611073
Binary111000011001010100011000100001110011011001010011101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14A8C; }

 p { color: rgb(225,74,140); }

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

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

 a { background-color: rgb(225,74,140); }

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

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

 span { border-color: rgb(225,74,140); }

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