Html Css Color HEX #ED597C Dark Pink

📋 copy color: '#ED597C'

red 237 ◦ green 89 ◦ blue 124

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

Shades of Dark Pink #ED597C

Tints of Dark Pink #ED597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.78%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 52.67%
G = 19.78%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED597C (or 0xED597C) is known color: Dark Pink. HEX triplet: ED, 59 and 7C. RGB value is (237,89,124). Sum of RGB (Red+Green+Blue) = 237+89+124=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED597C is #12A683. Grayscale: #898989. Windows color (decimal): -1222276 or 8149485. OLE color: 8149485.

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

Color convert

RGB 237 89 124 -
CMYK 0 0.62 0.48 0.07
HSL 345.81º 0.8% 0.64% -
HSV(B) 345.81º 0.62% 0.93% -
XYZ 42.14 26.6 21.98 -
YUV 137.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 237 89 124 0 0.62 0.48 0.07 345.81 0.8 0.64
Hex ED 59 7C 0 3E 30 7 15A 50 40
Octal 355 131 174 0 76 60 7 532 120 100
Binary 11101101 1011001 1111100 0 111110 110000 111 101011010 1010000 1000000

Color Harmonies of #ED597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED597C

Black with #ED597C

Text Example


Text Example

White with #ED597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED597C; }

 p { color: rgb(237,89,124); }

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

background-color css

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

 a { background-color: rgb(237,89,124); }

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

border-color css

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

 span { border-color: rgb(237,89,124); }

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