Html Css Color HEX #EA5487 Dark Pink

📋 copy color: '#EA5487'

red 234 ◦ green 84 ◦ blue 135

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

Shades of Dark Pink #EA5487

Tints of Dark Pink #EA5487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

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

R = 51.66%
G = 18.54%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA5487 (or 0xEA5487) is known color: Dark Pink. HEX triplet: EA, 54 and 87. RGB value is (234,84,135). Sum of RGB (Red+Green+Blue) = 234+84+135=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5487 is #15AB78. Grayscale: #868686. Windows color (decimal): -1420153 or 8869098. OLE color: 8869098.

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

Color convert

RGB 234 84 135 -
CMYK 0 0.64 0.42 0.08
HSL 339.6º 0.78% 0.62% -
HSV(B) 339.6º 0.64% 0.92% -
XYZ 41.48 25.58 25.67 -
YUV 134.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 234 84 135 0 0.64 0.42 0.08 339.6 0.78 0.62
Hex EA 54 87 0 40 2A 8 154 4E 3E
Octal 352 124 207 0 100 52 10 524 116 76
Binary 11101010 1010100 10000111 0 1000000 101010 1000 101010100 1001110 111110

Color Harmonies of #EA5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5487

Black with #EA5487

Text Example


Text Example

White with #EA5487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5487; }

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

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

background-color css

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

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

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

border-color css

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

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

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