Html Css Color HEX #EC537B Dark Pink

📋 copy color: '#EC537B'

red 236 ◦ green 83 ◦ blue 123

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

Shades of Dark Pink #EC537B

Tints of Dark Pink #EC537B

RGB

 RED value IS 236 (92.58% from 255) = 53.39%

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

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

R = 53.39%
G = 18.78%
B = 27.83%

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

#EC537B (or 0xEC537B) is known color: Dark Pink. HEX triplet: EC, 53 and 7B. RGB value is (236,83,123). Sum of RGB (Red+Green+Blue) = 236+83+123=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537B is #13AC84. Grayscale: #858585. Windows color (decimal): -1289349 or 8082412. OLE color: 8082412.

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

Color convert

RGB 236 83 123 -
CMYK 0 0.65 0.48 0.07
HSL 344.31º 0.8% 0.63% -
HSV(B) 344.31º 0.65% 0.93% -
XYZ 41.26 25.45 21.48 -
YUV 133.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 236 83 123 0 0.65 0.48 0.07 344.31 0.8 0.63
Hex EC 53 7B 0 41 30 7 158 50 3F
Octal 354 123 173 0 101 60 7 530 120 77
Binary 11101100 1010011 1111011 0 1000001 110000 111 101011000 1010000 111111

Color Harmonies of #EC537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC537B

Black with #EC537B

Text Example


Text Example

White with #EC537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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