#ea4e84

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

Shades of Dark Pink #EA4E84

Tints of Dark Pink #EA4E84

Color information

#EA4E84 (or 0xEA4E84) is unknown color: approx Dark Pink. HEX triplet: EA, 4E and 84. RGB value is (234,78,132). Sum of RGB (Red+Green+Blue) = 234+78+132=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4E84 is #15B17B. Grayscale: #828282. Windows color (decimal): -1421692 or 8670954. OLE color: 8670954.

HSL color Cylindrical-coordinate representation of color #EA4E84: hue angle of 339.23º 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 #EA4E84 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB23478132-
CMYK00.670.440.08
HSL339.23º78.79%61.18%-
HSV(B)339.23º66.67%91.76%-
XYZ40.8224.6124.43-
YUV130.8128.68201.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=52.70%
G=17.57%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347813200.670.440.08339.2378.7961.18
HexEA4E840432C81534f3d
Octal3521162040103541052311775
Binary111010101001110100001000100001110110010001010100111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea4e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea4e84; }

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

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

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

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

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

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

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

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