Html Css Color HEX #EA558D Dark Pink

📋 copy color: '#EA558D'

red 234 ◦ green 85 ◦ blue 141

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

Shades of Dark Pink #EA558D

Tints of Dark Pink #EA558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

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

R = 50.87%
G = 18.48%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA558D (or 0xEA558D) is known color: Dark Pink. HEX triplet: EA, 55 and 8D. RGB value is (234,85,141). Sum of RGB (Red+Green+Blue) = 234+85+141=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA558D is #15AA72. Grayscale: #878787. Windows color (decimal): -1419891 or 9262570. OLE color: 9262570.

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

Color convert

RGB 234 85 141 -
CMYK 0 0.64 0.40 0.08
HSL 337.45º 0.78% 0.63% -
HSV(B) 337.45º 0.64% 0.92% -
XYZ 41.99 25.91 27.99 -
YUV 135.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 234 85 141 0 0.64 0.40 0.08 337.45 0.78 0.63
Hex EA 55 8D 0 40 28 8 151 4E 3F
Octal 352 125 215 0 100 50 10 521 116 77
Binary 11101010 1010101 10001101 0 1000000 101000 1000 101010001 1001110 111111

Color Harmonies of #EA558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA558D

Black with #EA558D

Text Example


Text Example

White with #EA558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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