Html Css Color HEX #EC537F Dark Pink

📋 copy color: '#EC537F'

red 236 ◦ green 83 ◦ blue 127

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

Shades of Dark Pink #EC537F

Tints of Dark Pink #EC537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 52.91%
G = 18.61%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC537F (or 0xEC537F) is known color: Dark Pink. HEX triplet: EC, 53 and 7F. RGB value is (236,83,127). Sum of RGB (Red+Green+Blue) = 236+83+127=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537F is #13AC80. Grayscale: #858585. Windows color (decimal): -1289345 or 8344556. OLE color: 8344556.

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

Color convert

RGB 236 83 127 -
CMYK 0 0.65 0.46 0.07
HSL 342.75º 0.8% 0.63% -
HSV(B) 342.75º 0.65% 0.93% -
XYZ 41.52 25.55 22.82 -
YUV 133.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 236 83 127 0 0.65 0.46 0.07 342.75 0.8 0.63
Hex EC 53 7F 0 41 2E 7 157 50 3F
Octal 354 123 177 0 101 56 7 527 120 77
Binary 11101100 1010011 1111111 0 1000001 101110 111 101010111 1010000 111111

Color Harmonies of #EC537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC537F

Black with #EC537F

Text Example


Text Example

White with #EC537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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