Html Css Color HEX #EC516D Dark Pink

📋 copy color: '#EC516D'

red 236 ◦ green 81 ◦ blue 109

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

Shades of Dark Pink #EC516D

Tints of Dark Pink #EC516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

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

R = 55.4%
G = 19.01%
B = 25.59%

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

#EC516D (or 0xEC516D) is known color: Dark Pink. HEX triplet: EC, 51 and 6D. RGB value is (236,81,109). Sum of RGB (Red+Green+Blue) = 236+81+109=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC516D is #13AE92. Grayscale: #828282. Windows color (decimal): -1289875 or 7164396. OLE color: 7164396.

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

Color convert

RGB 236 81 109 -
CMYK 0 0.66 0.54 0.07
HSL 349.16º 0.8% 0.62% -
HSV(B) 349.16º 0.66% 0.93% -
XYZ 40.29 24.82 17.14 -
YUV 130.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 236 81 109 0 0.66 0.54 0.07 349.16 0.8 0.62
Hex EC 51 6D 0 42 36 7 15D 50 3E
Octal 354 121 155 0 102 66 7 535 120 76
Binary 11101100 1010001 1101101 0 1000010 110110 111 101011101 1010000 111110

Color Harmonies of #EC516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC516D

Black with #EC516D

Text Example


Text Example

White with #EC516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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