#EA5080

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

Shades of Dark Pink #EA5080

Tints of Dark Pink #EA5080

Color information

#EA5080 (or 0xEA5080) is unknown color: approx Dark Pink. HEX triplet: EA, 50 and 80. RGB value is (234,80,128). Sum of RGB (Red+Green+Blue) = 234+80+128=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5080 is #15AF7F. Grayscale: #838383. Windows color (decimal): -1421184 or 8409322. OLE color: 8409322.

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

Color convert

RGB23480128-
CMYK00.660.450.08
HSL341.3º78.57%61.57%-
HSV(B)341.3º65.81%91.76%-
XYZ40.724.7923.06-
YUV131.52126.02201.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.94%
GREEN value IS 80 (31.64% from 255) = 18.10%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=52.94%
G=18.10%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348012800.660.450.08341.378.5761.57
HexEA50800422D81554f3e
Octal3521202000102551052511776
Binary111010101010000100000000100001010110110001010101011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5080; }

 p { color: rgb(234,80,128); }

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

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

 a { background-color: rgb(234,80,128); }

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

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

 span { border-color: rgb(234,80,128); }

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