#EA4E72

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

Shades of Dark Pink #EA4E72

Tints of Dark Pink #EA4E72

Color information

#EA4E72 (or 0xEA4E72) is unknown color: approx Dark Pink. HEX triplet: EA, 4E and 72. RGB value is (234,78,114). Sum of RGB (Red+Green+Blue) = 234+78+114=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E72 is #15B18D. Grayscale: #808080. Windows color (decimal): -1421710 or 7491306. OLE color: 7491306.

HSL color Cylindrical-coordinate representation of color #EA4E72: hue angle of 346.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E72 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB23478114-
CMYK00.670.510.08
HSL346.15º78.79%61.18%-
HSV(B)346.15º66.67%91.76%-
XYZ39.6924.1618.49-
YUV128.75119.68203.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=54.93%
G=18.31%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347811400.670.510.08346.1578.7961.18
HexEA4E7204333815a4f3d
Octal3521161620103631053211775
Binary11101010100111011100100100001111001110001010110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4E72; }

 p { color: rgb(234,78,114); }

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

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

 a { background-color: rgb(234,78,114); }

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

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

 span { border-color: rgb(234,78,114); }

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