Html Css Color HEX #EA5080 Dark Pink

📋 copy color: '#EA5080'

red 234 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #EA5080

Tints of Dark Pink #EA5080

RGB

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

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

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

R = 52.94%
G = 18.1%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA5080 (or 0xEA5080) is known color: Dark Pink. HEX triplet: EA, 50 and 80. RGB value is (234,80,128). Sum of RGB (Red+Green+Blue) = 234+80+128=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5080 is #15AF7F. Grayscale: #838383. Windows color (decimal): -1421184 or 8409322. OLE color: 8409322.

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

Color convert

RGB 234 80 128 -
CMYK 0 0.66 0.45 0.08
HSL 341.3º 0.79% 0.62% -
HSV(B) 341.3º 0.66% 0.92% -
XYZ 40.7 24.79 23.06 -
YUV 131.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 234 80 128 0 0.66 0.45 0.08 341.3 0.79 0.62
Hex EA 50 80 0 42 2D 8 155 4F 3E
Octal 352 120 200 0 102 55 10 525 117 76
Binary 11101010 1010000 10000000 0 1000010 101101 1000 101010101 1001111 111110

Color Harmonies of #EA5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5080

Black with #EA5080

Text Example


Text Example

White with #EA5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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