#EA537F

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

Shades of Dark Pink #EA537F

Tints of Dark Pink #EA537F

Color information

#EA537F (or 0xEA537F) is unknown color: approx Dark Pink. HEX triplet: EA, 53 and 7F. RGB value is (234,83,127). Sum of RGB (Red+Green+Blue) = 234+83+127=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA537F is #15AC80. Grayscale: #858585. Windows color (decimal): -1420417 or 8344554. OLE color: 8344554.

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

Color convert

RGB23483127-
CMYK00.650.460.08
HSL342.52º78.24%62.16%-
HSV(B)342.52º64.53%91.76%-
XYZ40.8625.2122.79-
YUV133.16124.53199.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 127 (50% from 255) = 28.60%
R=52.70%
G=18.69%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348312700.650.460.08342.5278.2462.16
HexEA537F0412E81574e3e
Octal3521231770101561052711676
Binary11101010101001111111110100000110111010001010101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA537F; }

 p { color: rgb(234,83,127); }

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

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

 a { background-color: rgb(234,83,127); }

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

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

 span { border-color: rgb(234,83,127); }

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