Html Css Color HEX #ED597B Dark Pink

📋 copy color: '#ED597B'

red 237 ◦ green 89 ◦ blue 123

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

Shades of Dark Pink #ED597B

Tints of Dark Pink #ED597B

RGB

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

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

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

R = 52.78%
G = 19.82%
B = 27.39%

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

#ED597B (or 0xED597B) is known color: Dark Pink. HEX triplet: ED, 59 and 7B. RGB value is (237,89,123). Sum of RGB (Red+Green+Blue) = 237+89+123=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED597B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED597B is #12A684. Grayscale: #898989. Windows color (decimal): -1222277 or 8083949. OLE color: 8083949.

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

Color convert

RGB 237 89 123 -
CMYK 0 0.62 0.48 0.07
HSL 346.22º 0.8% 0.64% -
HSV(B) 346.22º 0.62% 0.93% -
XYZ 42.07 26.58 21.65 -
YUV 137.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 237 89 123 0 0.62 0.48 0.07 346.22 0.8 0.64
Hex ED 59 7B 0 3E 30 7 15A 50 40
Octal 355 131 173 0 76 60 7 532 120 100
Binary 11101101 1011001 1111011 0 111110 110000 111 101011010 1010000 1000000

Color Harmonies of #ED597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED597B

Black with #ED597B

Text Example


Text Example

White with #ED597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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