Html Css Color HEX #EA557D Dark Pink

📋 copy color: '#EA557D'

red 234 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #EA557D

Tints of Dark Pink #EA557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 52.7%
G = 19.14%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA557D (or 0xEA557D) is known color: Dark Pink. HEX triplet: EA, 55 and 7D. RGB value is (234,85,125). Sum of RGB (Red+Green+Blue) = 234+85+125=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557D is #15AA82. Grayscale: #868686. Windows color (decimal): -1419907 or 8213994. OLE color: 8213994.

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

Color convert

RGB 234 85 125 -
CMYK 0 0.64 0.47 0.08
HSL 343.89º 0.78% 0.63% -
HSV(B) 343.89º 0.64% 0.92% -
XYZ 40.88 25.47 22.16 -
YUV 134.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 234 85 125 0 0.64 0.47 0.08 343.89 0.78 0.63
Hex EA 55 7D 0 40 2F 8 158 4E 3F
Octal 352 125 175 0 100 57 10 530 116 77
Binary 11101010 1010101 1111101 0 1000000 101111 1000 101011000 1001110 111111

Color Harmonies of #EA557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA557D

Black with #EA557D

Text Example


Text Example

White with #EA557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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