Html Css Color HEX #EA537F Dark Pink

📋 copy color: '#EA537F'

red 234 ◦ green 83 ◦ blue 127

#EA537F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EA537F

Tints of Dark Pink #EA537F

RGB

 RED value IS 234 (91.8% from 255) = 52.7%

 GREEN value IS 83 (32.81% from 255) = 18.69%

 BLUE value IS 127 (50% from 255) = 28.6%

R = 52.7%
G = 18.69%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA537F (or 0xEA537F) is known color: 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

RGB 234 83 127 -
CMYK 0 0.65 0.46 0.08
HSL 342.52º 0.78% 0.62% -
HSV(B) 342.52º 0.65% 0.92% -
XYZ 40.86 25.21 22.79 -
YUV 133.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 234 83 127 0 0.65 0.46 0.08 342.52 0.78 0.62
Hex EA 53 7F 0 41 2E 8 157 4E 3E
Octal 352 123 177 0 101 56 10 527 116 76
Binary 11101010 1010011 1111111 0 1000001 101110 1000 101010111 1001110 111110

Color Harmonies of #EA537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA537F

Black with #EA537F

Text Example


Text Example

White with #EA537F

Text Example


Text Example

HTML Codes & Css Web 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>