Html Css Color HEX #EA5973 Dark Pink

📋 copy color: '#EA5973'

red 234 ◦ green 89 ◦ blue 115

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

Shades of Dark Pink #EA5973

Tints of Dark Pink #EA5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.32%

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

R = 53.42%
G = 20.32%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA5973 (or 0xEA5973) is known color: Dark Pink. HEX triplet: EA, 59 and 73. RGB value is (234,89,115). Sum of RGB (Red+Green+Blue) = 234+89+115=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5973 is #15A68C. Grayscale: #878787. Windows color (decimal): -1418893 or 7559658. OLE color: 7559658.

HSL color Cylindrical-coordinate representation of color #EA5973: hue angle of 349.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5973 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 115 -
CMYK 0 0.62 0.51 0.08
HSL 349.24º 0.78% 0.63% -
HSV(B) 349.24º 0.62% 0.92% -
XYZ 40.6 25.87 19.07 -
YUV 135.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 234 89 115 0 0.62 0.51 0.08 349.24 0.78 0.63
Hex EA 59 73 0 3E 33 8 15D 4E 3F
Octal 352 131 163 0 76 63 10 535 116 77
Binary 11101010 1011001 1110011 0 111110 110011 1000 101011101 1001110 111111

Color Harmonies of #EA5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5973

Black with #EA5973

Text Example


Text Example

White with #EA5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5973; }

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

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

background-color css

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

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

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

border-color css

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

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

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