Html Css Color HEX #EA5474 Dark Pink

📋 copy color: '#EA5474'

red 234 ◦ green 84 ◦ blue 116

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

Shades of Dark Pink #EA5474

Tints of Dark Pink #EA5474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 53.92%
G = 19.35%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA5474 (or 0xEA5474) is known color: Dark Pink. HEX triplet: EA, 54 and 74. RGB value is (234,84,116). Sum of RGB (Red+Green+Blue) = 234+84+116=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5474 is #15AB8B. Grayscale: #848484. Windows color (decimal): -1420172 or 7623914. OLE color: 7623914.

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

Color convert

RGB 234 84 116 -
CMYK 0 0.64 0.50 0.08
HSL 347.2º 0.78% 0.62% -
HSV(B) 347.2º 0.64% 0.92% -
XYZ 40.25 25.09 19.24 -
YUV 132.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 234 84 116 0 0.64 0.50 0.08 347.2 0.78 0.62
Hex EA 54 74 0 40 32 8 15B 4E 3E
Octal 352 124 164 0 100 62 10 533 116 76
Binary 11101010 1010100 1110100 0 1000000 110010 1000 101011011 1001110 111110

Color Harmonies of #EA5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5474

Black with #EA5474

Text Example


Text Example

White with #EA5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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