Html Css Color HEX #EA5087 Dark Pink

📋 copy color: '#EA5087'

red 234 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #EA5087

Tints of Dark Pink #EA5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

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

R = 52.12%
G = 17.82%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA5087 (or 0xEA5087) is known color: Dark Pink. HEX triplet: EA, 50 and 87. RGB value is (234,80,135). Sum of RGB (Red+Green+Blue) = 234+80+135=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5087 is #15AF78. Grayscale: #848484. Windows color (decimal): -1421177 or 8868074. OLE color: 8868074.

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

Color convert

RGB 234 80 135 -
CMYK 0 0.66 0.42 0.08
HSL 338.57º 0.79% 0.62% -
HSV(B) 338.57º 0.66% 0.92% -
XYZ 41.17 24.98 25.57 -
YUV 132.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 234 80 135 0 0.66 0.42 0.08 338.57 0.79 0.62
Hex EA 50 87 0 42 2A 8 153 4F 3E
Octal 352 120 207 0 102 52 10 523 117 76
Binary 11101010 1010000 10000111 0 1000010 101010 1000 101010011 1001111 111110

Color Harmonies of #EA5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5087

Black with #EA5087

Text Example


Text Example

White with #EA5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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