#EA5582

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

Shades of Dark Pink #EA5582

Tints of Dark Pink #EA5582

Color information

#EA5582 (or 0xEA5582) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 82. RGB value is (234,85,130). Sum of RGB (Red+Green+Blue) = 234+85+130=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5582 is #15AA7D. Grayscale: #868686. Windows color (decimal): -1419902 or 8541674. OLE color: 8541674.

HSL color Cylindrical-coordinate representation of color #EA5582: hue angle of 341.88º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5582 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB23485130-
CMYK00.640.440.08
HSL341.88º78.01%62.55%-
HSV(B)341.88º63.68%91.76%-
XYZ41.2125.623.89-
YUV134.68125.36198.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=52.12%
G=18.93%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348513000.640.440.08341.8878.0162.55
HexEA55820402C81564e3f
Octal3521252020100541052611677
Binary111010101010101100000100100000010110010001010101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5582; }

 p { color: rgb(234,85,130); }

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

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

 a { background-color: rgb(234,85,130); }

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

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

 span { border-color: rgb(234,85,130); }

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