Html Css Color HEX #EA5471 Dark Pink

📋 copy color: '#EA5471'

red 234 ◦ green 84 ◦ blue 113

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

Shades of Dark Pink #EA5471

Tints of Dark Pink #EA5471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 54.29%
G = 19.49%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA5471 (or 0xEA5471) is known color: Dark Pink. HEX triplet: EA, 54 and 71. RGB value is (234,84,113). Sum of RGB (Red+Green+Blue) = 234+84+113=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5471 is #15AB8E. Grayscale: #848484. Windows color (decimal): -1420175 or 7427306. OLE color: 7427306.

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

Color convert

RGB 234 84 113 -
CMYK 0 0.64 0.52 0.08
HSL 348.4º 0.78% 0.62% -
HSV(B) 348.4º 0.64% 0.92% -
XYZ 40.08 25.03 18.34 -
YUV 132.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 234 84 113 0 0.64 0.52 0.08 348.4 0.78 0.62
Hex EA 54 71 0 40 34 8 15C 4E 3E
Octal 352 124 161 0 100 64 10 534 116 76
Binary 11101010 1010100 1110001 0 1000000 110100 1000 101011100 1001110 111110

Color Harmonies of #EA5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5471

Black with #EA5471

Text Example


Text Example

White with #EA5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5471; }

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

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

background-color css

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

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

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

border-color css

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

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

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