Html Css Color HEX #ED598A Dark Pink

📋 copy color: '#ED598A'

red 237 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #ED598A

Tints of Dark Pink #ED598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 51.08%
G = 19.18%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED598A (or 0xED598A) is known color: Dark Pink. HEX triplet: ED, 59 and 8A. RGB value is (237,89,138). Sum of RGB (Red+Green+Blue) = 237+89+138=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED598A is #12A675. Grayscale: #8A8A8A. Windows color (decimal): -1222262 or 9066989. OLE color: 9066989.

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

Color convert

RGB 237 89 138 -
CMYK 0 0.62 0.42 0.07
HSL 340.14º 0.8% 0.64% -
HSV(B) 340.14º 0.62% 0.93% -
XYZ 43.08 26.98 26.98 -
YUV 138.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 237 89 138 0 0.62 0.42 0.07 340.14 0.8 0.64
Hex ED 59 8A 0 3E 2A 7 154 50 40
Octal 355 131 212 0 76 52 7 524 120 100
Binary 11101101 1011001 10001010 0 111110 101010 111 101010100 1010000 1000000

Color Harmonies of #ED598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED598A

Black with #ED598A

Text Example


Text Example

White with #ED598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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