Html Css Color HEX #ED557D Dark Pink

📋 copy color: '#ED557D'

red 237 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #ED557D

Tints of Dark Pink #ED557D

RGB

 RED value IS 237 (92.97% from 255) = 53.02%

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

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

R = 53.02%
G = 19.02%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED557D (or 0xED557D) is known color: Dark Pink. HEX triplet: ED, 55 and 7D. RGB value is (237,85,125). Sum of RGB (Red+Green+Blue) = 237+85+125=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED557D is #12AA82. Grayscale: #878787. Windows color (decimal): -1223299 or 8213997. OLE color: 8213997.

HSL color Cylindrical-coordinate representation of color #ED557D: hue angle of 344.21º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED557D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 85 125 -
CMYK 0 0.64 0.47 0.07
HSL 344.21º 0.81% 0.63% -
HSV(B) 344.21º 0.64% 0.93% -
XYZ 41.88 25.98 22.21 -
YUV 135.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 237 85 125 0 0.64 0.47 0.07 344.21 0.81 0.63
Hex ED 55 7D 0 40 2F 7 158 51 3F
Octal 355 125 175 0 100 57 7 530 121 77
Binary 11101101 1010101 1111101 0 1000000 101111 111 101011000 1010001 111111

Color Harmonies of #ED557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED557D

Black with #ED557D

Text Example


Text Example

White with #ED557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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