Html Css Color HEX #EA5280 Dark Pink

📋 copy color: '#EA5280'

red 234 ◦ green 82 ◦ blue 128

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

Shades of Dark Pink #EA5280

Tints of Dark Pink #EA5280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 52.7%
G = 18.47%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA5280 (or 0xEA5280) is known color: Dark Pink. HEX triplet: EA, 52 and 80. RGB value is (234,82,128). Sum of RGB (Red+Green+Blue) = 234+82+128=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5280 is #15AD7F. Grayscale: #848484. Windows color (decimal): -1420672 or 8409834. OLE color: 8409834.

HSL color Cylindrical-coordinate representation of color #EA5280: hue angle of 341.84º 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 #EA5280 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 82 128 -
CMYK 0 0.65 0.45 0.08
HSL 341.84º 0.78% 0.62% -
HSV(B) 341.84º 0.65% 0.92% -
XYZ 40.85 25.09 23.11 -
YUV 132.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 234 82 128 0 0.65 0.45 0.08 341.84 0.78 0.62
Hex EA 52 80 0 41 2D 8 156 4E 3E
Octal 352 122 200 0 101 55 10 526 116 76
Binary 11101010 1010010 10000000 0 1000001 101101 1000 101010110 1001110 111110

Color Harmonies of #EA5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5280

Black with #EA5280

Text Example


Text Example

White with #EA5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5280; }

 p { color: rgb(234,82,128); }

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

background-color css

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

 a { background-color: rgb(234,82,128); }

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

border-color css

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

 span { border-color: rgb(234,82,128); }

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