#EA5581

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

Shades of Dark Pink #EA5581

Tints of Dark Pink #EA5581

Color information

#EA5581 (or 0xEA5581) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 81. RGB value is (234,85,129). Sum of RGB (Red+Green+Blue) = 234+85+129=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5581 is #15AA7E. Grayscale: #868686. Windows color (decimal): -1419903 or 8476138. OLE color: 8476138.

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

Color convert

RGB23485129-
CMYK00.640.450.08
HSL342.28º78.01%62.55%-
HSV(B)342.28º63.68%91.76%-
XYZ41.1425.5723.54-
YUV134.57124.86198.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.23%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=52.23%
G=18.97%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348512900.640.450.08342.2878.0162.55
HexEA55810402D81564e3f
Octal3521252010100551052611677
Binary111010101010101100000010100000010110110001010101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5581; }

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

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

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

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

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

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

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

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