Html Css Color HEX #ED537B Dark Pink

📋 copy color: '#ED537B'

red 237 ◦ green 83 ◦ blue 123

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

Shades of Dark Pink #ED537B

Tints of Dark Pink #ED537B

RGB

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

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

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

R = 53.5%
G = 18.74%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED537B (or 0xED537B) is known color: Dark Pink. HEX triplet: ED, 53 and 7B. RGB value is (237,83,123). Sum of RGB (Red+Green+Blue) = 237+83+123=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED537B is #12AC84. Grayscale: #858585. Windows color (decimal): -1223813 or 8082413. OLE color: 8082413.

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

Color convert

RGB 237 83 123 -
CMYK 0 0.65 0.48 0.07
HSL 344.42º 0.81% 0.63% -
HSV(B) 344.42º 0.65% 0.93% -
XYZ 41.59 25.62 21.49 -
YUV 133.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 237 83 123 0 0.65 0.48 0.07 344.42 0.81 0.63
Hex ED 53 7B 0 41 30 7 158 51 3F
Octal 355 123 173 0 101 60 7 530 121 77
Binary 11101101 1010011 1111011 0 1000001 110000 111 101011000 1010001 111111

Color Harmonies of #ED537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED537B

Black with #ED537B

Text Example


Text Example

White with #ED537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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