Html Css Color HEX #EA5176 Dark Pink

📋 copy color: '#EA5176'

red 234 ◦ green 81 ◦ blue 118

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

Shades of Dark Pink #EA5176

Tints of Dark Pink #EA5176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 54.04%
G = 18.71%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA5176 (or 0xEA5176) is known color: Dark Pink. HEX triplet: EA, 51 and 76. RGB value is (234,81,118). Sum of RGB (Red+Green+Blue) = 234+81+118=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5176 is #15AE89. Grayscale: #828282. Windows color (decimal): -1420938 or 7754218. OLE color: 7754218.

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

Color convert

RGB 234 81 118 -
CMYK 0 0.65 0.50 0.08
HSL 345.49º 0.78% 0.62% -
HSV(B) 345.49º 0.65% 0.92% -
XYZ 40.14 24.69 19.79 -
YUV 130.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 234 81 118 0 0.65 0.50 0.08 345.49 0.78 0.62
Hex EA 51 76 0 41 32 8 159 4E 3E
Octal 352 121 166 0 101 62 10 531 116 76
Binary 11101010 1010001 1110110 0 1000001 110010 1000 101011001 1001110 111110

Color Harmonies of #EA5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5176

Black with #EA5176

Text Example


Text Example

White with #EA5176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5176; }

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

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

background-color css

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

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

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

border-color css

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

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

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