Html Css Color HEX #EA598D Dark Pink

📋 copy color: '#EA598D'

red 234 ◦ green 89 ◦ blue 141

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

Shades of Dark Pink #EA598D

Tints of Dark Pink #EA598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 50.43%
G = 19.18%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA598D (or 0xEA598D) is known color: Dark Pink. HEX triplet: EA, 59 and 8D. RGB value is (234,89,141). Sum of RGB (Red+Green+Blue) = 234+89+141=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA598D is #15A672. Grayscale: #8A8A8A. Windows color (decimal): -1418867 or 9263594. OLE color: 9263594.

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

Color convert

RGB 234 89 141 -
CMYK 0 0.62 0.40 0.08
HSL 338.48º 0.78% 0.63% -
HSV(B) 338.48º 0.62% 0.92% -
XYZ 42.31 26.56 28.1 -
YUV 138.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 234 89 141 0 0.62 0.40 0.08 338.48 0.78 0.63
Hex EA 59 8D 0 3E 28 8 152 4E 3F
Octal 352 131 215 0 76 50 10 522 116 77
Binary 11101010 1011001 10001101 0 111110 101000 1000 101010010 1001110 111111

Color Harmonies of #EA598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA598D

Black with #EA598D

Text Example


Text Example

White with #EA598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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