Html Css Color HEX #ED517C Dark Pink

📋 copy color: '#ED517C'

red 237 ◦ green 81 ◦ blue 124

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

Shades of Dark Pink #ED517C

Tints of Dark Pink #ED517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

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

R = 53.62%
G = 18.33%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED517C (or 0xED517C) is known color: Dark Pink. HEX triplet: ED, 51 and 7C. RGB value is (237,81,124). Sum of RGB (Red+Green+Blue) = 237+81+124=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED517C is #12AE83. Grayscale: #848484. Windows color (decimal): -1224324 or 8147437. OLE color: 8147437.

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

Color convert

RGB 237 81 124 -
CMYK 0 0.66 0.48 0.07
HSL 343.46º 0.81% 0.62% -
HSV(B) 343.46º 0.66% 0.93% -
XYZ 41.51 25.34 21.77 -
YUV 132.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 237 81 124 0 0.66 0.48 0.07 343.46 0.81 0.62
Hex ED 51 7C 0 42 30 7 157 51 3E
Octal 355 121 174 0 102 60 7 527 121 76
Binary 11101101 1010001 1111100 0 1000010 110000 111 101010111 1010001 111110

Color Harmonies of #ED517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED517C

Black with #ED517C

Text Example


Text Example

White with #ED517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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