Html Css Color HEX #EA5173 Dark Pink

📋 copy color: '#EA5173'

red 234 ◦ green 81 ◦ blue 115

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

Shades of Dark Pink #EA5173

Tints of Dark Pink #EA5173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 54.42%
G = 18.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA5173 (or 0xEA5173) is known color: Dark Pink. HEX triplet: EA, 51 and 73. RGB value is (234,81,115). Sum of RGB (Red+Green+Blue) = 234+81+115=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5173 is #15AE8C. Grayscale: #828282. Windows color (decimal): -1420941 or 7557610. OLE color: 7557610.

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

Color convert

RGB 234 81 115 -
CMYK 0 0.65 0.51 0.08
HSL 346.67º 0.78% 0.62% -
HSV(B) 346.67º 0.65% 0.92% -
XYZ 39.97 24.62 18.86 -
YUV 130.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 234 81 115 0 0.65 0.51 0.08 346.67 0.78 0.62
Hex EA 51 73 0 41 33 8 15B 4E 3E
Octal 352 121 163 0 101 63 10 533 116 76
Binary 11101010 1010001 1110011 0 1000001 110011 1000 101011011 1001110 111110

Color Harmonies of #EA5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5173

Black with #EA5173

Text Example


Text Example

White with #EA5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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