Html Css Color HEX #ED537A Dark Pink

📋 copy color: '#ED537A'

red 237 ◦ green 83 ◦ blue 122

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

Shades of Dark Pink #ED537A

Tints of Dark Pink #ED537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.78%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 53.62%
G = 18.78%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED537A (or 0xED537A) is known color: Dark Pink. HEX triplet: ED, 53 and 7A. RGB value is (237,83,122). Sum of RGB (Red+Green+Blue) = 237+83+122=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED537A is #12AC85. Grayscale: #858585. Windows color (decimal): -1223814 or 8016877. OLE color: 8016877.

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

Color convert

RGB 237 83 122 -
CMYK 0 0.65 0.49 0.07
HSL 344.81º 0.81% 0.63% -
HSV(B) 344.81º 0.65% 0.93% -
XYZ 41.53 25.6 21.16 -
YUV 133.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 237 83 122 0 0.65 0.49 0.07 344.81 0.81 0.63
Hex ED 53 7A 0 41 31 7 159 51 3F
Octal 355 123 172 0 101 61 7 531 121 77
Binary 11101101 1010011 1111010 0 1000001 110001 111 101011001 1010001 111111

Color Harmonies of #ED537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED537A

Black with #ED537A

Text Example


Text Example

White with #ED537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED537A; }

 p { color: rgb(237,83,122); }

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

background-color css

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

 a { background-color: rgb(237,83,122); }

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

border-color css

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

 span { border-color: rgb(237,83,122); }

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