Html Css Color HEX #EC536F Dark Pink

📋 copy color: '#EC536F'

red 236 ◦ green 83 ◦ blue 111

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

Shades of Dark Pink #EC536F

Tints of Dark Pink #EC536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 54.88%
G = 19.3%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC536F (or 0xEC536F) is known color: Dark Pink. HEX triplet: EC, 53 and 6F. RGB value is (236,83,111). Sum of RGB (Red+Green+Blue) = 236+83+111=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC536F is #13AC90. Grayscale: #838383. Windows color (decimal): -1289361 or 7295980. OLE color: 7295980.

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

Color convert

RGB 236 83 111 -
CMYK 0 0.65 0.53 0.07
HSL 349.02º 0.8% 0.63% -
HSV(B) 349.02º 0.65% 0.93% -
XYZ 40.55 25.17 17.76 -
YUV 131.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 236 83 111 0 0.65 0.53 0.07 349.02 0.8 0.63
Hex EC 53 6F 0 41 35 7 15D 50 3F
Octal 354 123 157 0 101 65 7 535 120 77
Binary 11101100 1010011 1101111 0 1000001 110101 111 101011101 1010000 111111

Color Harmonies of #EC536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC536F

Black with #EC536F

Text Example


Text Example

White with #EC536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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