Html Css Color HEX #EC506D Dark Pink

📋 copy color: '#EC506D'

red 236 ◦ green 80 ◦ blue 109

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

Shades of Dark Pink #EC506D

Tints of Dark Pink #EC506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 55.53%
G = 18.82%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC506D (or 0xEC506D) is known color: Dark Pink. HEX triplet: EC, 50 and 6D. RGB value is (236,80,109). Sum of RGB (Red+Green+Blue) = 236+80+109=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506D is #13AF92. Grayscale: #818181. Windows color (decimal): -1290131 or 7164140. OLE color: 7164140.

HSL color Cylindrical-coordinate representation of color #EC506D: hue angle of 348.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC506D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 109 -
CMYK 0 0.66 0.54 0.07
HSL 348.85º 0.8% 0.62% -
HSV(B) 348.85º 0.66% 0.93% -
XYZ 40.22 24.67 17.11 -
YUV 129.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 236 80 109 0 0.66 0.54 0.07 348.85 0.8 0.62
Hex EC 50 6D 0 42 36 7 15D 50 3E
Octal 354 120 155 0 102 66 7 535 120 76
Binary 11101100 1010000 1101101 0 1000010 110110 111 101011101 1010000 111110

Color Harmonies of #EC506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC506D

Black with #EC506D

Text Example


Text Example

White with #EC506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC506D; }

 p { color: rgb(236,80,109); }

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

background-color css

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

 a { background-color: rgb(236,80,109); }

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

border-color css

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

 span { border-color: rgb(236,80,109); }

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