Html Css Color HEX #EA5C87 Dark Pink

📋 copy color: '#EA5C87'

red 234 ◦ green 92 ◦ blue 135

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

Shades of Dark Pink #EA5C87

Tints of Dark Pink #EA5C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 50.76%
G = 19.96%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA5C87 (or 0xEA5C87) is known color: Dark Pink. HEX triplet: EA, 5C and 87. RGB value is (234,92,135). Sum of RGB (Red+Green+Blue) = 234+92+135=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C87 is #15A378. Grayscale: #8B8B8B. Windows color (decimal): -1418105 or 8871146. OLE color: 8871146.

HSL color Cylindrical-coordinate representation of color #EA5C87: hue angle of 341.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C87 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 92 135 -
CMYK 0 0.61 0.42 0.08
HSL 341.83º 0.77% 0.64% -
HSV(B) 341.83º 0.61% 0.92% -
XYZ 42.13 26.9 25.89 -
YUV 139.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 234 92 135 0 0.61 0.42 0.08 341.83 0.77 0.64
Hex EA 5C 87 0 3D 2A 8 156 4D 40
Octal 352 134 207 0 75 52 10 526 115 100
Binary 11101010 1011100 10000111 0 111101 101010 1000 101010110 1001101 1000000

Color Harmonies of #EA5C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C87

Black with #EA5C87

Text Example


Text Example

White with #EA5C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C87; }

 p { color: rgb(234,92,135); }

 H1.HeaderClassName
 {
   color: #EA5C87;
 }
 .AnyTagClassName
 {
   color: #EA5C87;
 }
</style>

background-color css

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

 a { background-color: rgb(234,92,135); }

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

border-color css

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

 span { border-color: rgb(234,92,135); }

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