Html Css Color HEX #ED557B Dark Pink

📋 copy color: '#ED557B'

red 237 ◦ green 85 ◦ blue 123

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

Shades of Dark Pink #ED557B

Tints of Dark Pink #ED557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 53.26%
G = 19.1%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED557B (or 0xED557B) is known color: Dark Pink. HEX triplet: ED, 55 and 7B. RGB value is (237,85,123). Sum of RGB (Red+Green+Blue) = 237+85+123=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED557B is #12AA84. Grayscale: #868686. Windows color (decimal): -1223301 or 8082925. OLE color: 8082925.

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

Color convert

RGB 237 85 123 -
CMYK 0 0.64 0.48 0.07
HSL 345º 0.81% 0.63% -
HSV(B) 345º 0.64% 0.93% -
XYZ 41.75 25.93 21.54 -
YUV 134.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 237 85 123 0 0.64 0.48 0.07 345 0.81 0.63
Hex ED 55 7B 0 40 30 7 159 51 3F
Octal 355 125 173 0 100 60 7 531 121 77
Binary 11101101 1010101 1111011 0 1000000 110000 111 101011001 1010001 111111

Color Harmonies of #ED557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED557B

Black with #ED557B

Text Example


Text Example

White with #ED557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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