#E14F84

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

Shades of Dark Pink #E14F84

Tints of Dark Pink #E14F84

Color information

#E14F84 (or 0xE14F84) is unknown color: approx Dark Pink. HEX triplet: E1, 4F and 84. RGB value is (225,79,132). Sum of RGB (Red+Green+Blue) = 225+79+132=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F84 is #1EB07B. Grayscale: #808080. Windows color (decimal): -2011260 or 8671201. OLE color: 8671201.

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

Color convert

RGB22579132-
CMYK00.650.410.12
HSL338.22º70.87%59.61%-
HSV(B)338.22º64.89%88.24%-
XYZ38.0123.2724.32-
YUV128.7129.87196.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=51.61%
G=18.12%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257913200.650.410.12338.2270.8759.61
HexE14F8404129C152473c
Octal3411172040101511452210774
Binary111000011001111100001000100000110100111001010100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F84; }

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

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

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

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

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

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

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

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