Html Css Color HEX #EA588D Dark Pink

📋 copy color: '#EA588D'

red 234 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #EA588D

Tints of Dark Pink #EA588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.01%

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

R = 50.54%
G = 19.01%
B = 30.45%

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

#EA588D (or 0xEA588D) is known color: Dark Pink. HEX triplet: EA, 58 and 8D. RGB value is (234,88,141). Sum of RGB (Red+Green+Blue) = 234+88+141=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA588D is #15A772. Grayscale: #898989. Windows color (decimal): -1419123 or 9263338. OLE color: 9263338.

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

Color convert

RGB 234 88 141 -
CMYK 0 0.62 0.40 0.08
HSL 338.22º 0.78% 0.63% -
HSV(B) 338.22º 0.62% 0.92% -
XYZ 42.23 26.39 28.07 -
YUV 137.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 234 88 141 0 0.62 0.40 0.08 338.22 0.78 0.63
Hex EA 58 8D 0 3E 28 8 152 4E 3F
Octal 352 130 215 0 76 50 10 522 116 77
Binary 11101010 1011000 10001101 0 111110 101000 1000 101010010 1001110 111111

Color Harmonies of #EA588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA588D

Black with #EA588D

Text Example


Text Example

White with #EA588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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