#EA527C

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

Shades of Dark Pink #EA527C

Tints of Dark Pink #EA527C

Color information

#EA527C (or 0xEA527C) is unknown color: approx Dark Pink. HEX triplet: EA, 52 and 7C. RGB value is (234,82,124). Sum of RGB (Red+Green+Blue) = 234+82+124=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA527C is #15AD83. Grayscale: #848484. Windows color (decimal): -1420676 or 8147690. OLE color: 8147690.

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

Color convert

RGB23482124-
CMYK00.650.470.08
HSL343.42º78.35%61.96%-
HSV(B)343.42º64.96%91.76%-
XYZ40.5924.9821.75-
YUV132.24123.36200.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.18%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=53.18%
G=18.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348212400.650.470.08343.4278.3561.96
HexEA527C0412F81574e3e
Octal3521221740101571052711676
Binary11101010101001011111000100000110111110001010101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA527C; }

 p { color: rgb(234,82,124); }

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

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

 a { background-color: rgb(234,82,124); }

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

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

 span { border-color: rgb(234,82,124); }

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