Html Css Color HEX #ED578A Dark Pink

📋 copy color: '#ED578A'

red 237 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #ED578A

Tints of Dark Pink #ED578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

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

R = 51.3%
G = 18.83%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED578A (or 0xED578A) is known color: Dark Pink. HEX triplet: ED, 57 and 8A. RGB value is (237,87,138). Sum of RGB (Red+Green+Blue) = 237+87+138=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED578A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED578A is #12A875. Grayscale: #898989. Windows color (decimal): -1222774 or 9066477. OLE color: 9066477.

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

Color convert

RGB 237 87 138 -
CMYK 0 0.63 0.42 0.07
HSL 339.6º 0.81% 0.64% -
HSV(B) 339.6º 0.63% 0.93% -
XYZ 42.92 26.66 26.93 -
YUV 137.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 237 87 138 0 0.63 0.42 0.07 339.6 0.81 0.64
Hex ED 57 8A 0 3F 2A 7 154 51 40
Octal 355 127 212 0 77 52 7 524 121 100
Binary 11101101 1010111 10001010 0 111111 101010 111 101010100 1010001 1000000

Color Harmonies of #ED578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED578A

Black with #ED578A

Text Example


Text Example

White with #ED578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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