#E14F8A

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

Shades of Dark Pink #E14F8A

Tints of Dark Pink #E14F8A

Color information

#E14F8A (or 0xE14F8A) is unknown color: approx Dark Pink. HEX triplet: E1, 4F and 8A. RGB value is (225,79,138). Sum of RGB (Red+Green+Blue) = 225+79+138=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F8A is #1EB075. Grayscale: #818181. Windows color (decimal): -2011254 or 9064417. OLE color: 9064417.

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

Color convert

RGB22579138-
CMYK00.650.390.12
HSL335.75º70.87%59.61%-
HSV(B)335.75º64.89%88.24%-
XYZ38.4323.4326.54-
YUV129.38132.87196.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=50.90%
G=17.87%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257913800.650.390.12335.7570.8759.61
HexE14F8A04127C150473c
Octal3411172120101471452010774
Binary111000011001111100010100100000110011111001010100001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F8A; }

 p { color: rgb(225,79,138); }

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

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

 a { background-color: rgb(225,79,138); }

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

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

 span { border-color: rgb(225,79,138); }

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