Html Css Color HEX #EA5177 Dark Pink

📋 copy color: '#EA5177'

red 234 ◦ green 81 ◦ blue 119

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

Shades of Dark Pink #EA5177

Tints of Dark Pink #EA5177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.66%

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 53.92%
G = 18.66%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA5177 (or 0xEA5177) is known color: Dark Pink. HEX triplet: EA, 51 and 77. RGB value is (234,81,119). Sum of RGB (Red+Green+Blue) = 234+81+119=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5177 is #15AE88. Grayscale: #838383. Windows color (decimal): -1420937 or 7819754. OLE color: 7819754.

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

Color convert

RGB 234 81 119 -
CMYK 0 0.65 0.49 0.08
HSL 345.1º 0.78% 0.62% -
HSV(B) 345.1º 0.65% 0.92% -
XYZ 40.2 24.71 20.1 -
YUV 131.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 234 81 119 0 0.65 0.49 0.08 345.1 0.78 0.62
Hex EA 51 77 0 41 31 8 159 4E 3E
Octal 352 121 167 0 101 61 10 531 116 76
Binary 11101010 1010001 1110111 0 1000001 110001 1000 101011001 1001110 111110

Color Harmonies of #EA5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5177

Black with #EA5177

Text Example


Text Example

White with #EA5177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5177; }

 p { color: rgb(234,81,119); }

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

background-color css

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

 a { background-color: rgb(234,81,119); }

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

border-color css

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

 span { border-color: rgb(234,81,119); }

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