Html Css Color HEX #EA527C Dark Pink

📋 copy color: '#EA527C'

red 234 ◦ green 82 ◦ blue 124

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

Shades of Dark Pink #EA527C

Tints of Dark Pink #EA527C

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

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

RGB 234 82 124 -
CMYK 0 0.65 0.47 0.08
HSL 343.42º 0.78% 0.62% -
HSV(B) 343.42º 0.65% 0.92% -
XYZ 40.59 24.98 21.75 -
YUV 132.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 234 82 124 0 0.65 0.47 0.08 343.42 0.78 0.62
Hex EA 52 7C 0 41 2F 8 157 4E 3E
Octal 352 122 174 0 101 57 10 527 116 76
Binary 11101010 1010010 1111100 0 1000001 101111 1000 101010111 1001110 111110

Color Harmonies of #EA527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA527C

Black with #EA527C

Text Example


Text Example

White with #EA527C

Text Example


Text Example

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