Html Css Color HEX #EC516F Dark Pink

📋 copy color: '#EC516F'

red 236 ◦ green 81 ◦ blue 111

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

Shades of Dark Pink #EC516F

Tints of Dark Pink #EC516F

RGB

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

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

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

R = 55.14%
G = 18.93%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC516F (or 0xEC516F) is known color: Dark Pink. HEX triplet: EC, 51 and 6F. RGB value is (236,81,111). Sum of RGB (Red+Green+Blue) = 236+81+111=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC516F is #13AE90. Grayscale: #828282. Windows color (decimal): -1289873 or 7295468. OLE color: 7295468.

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

Color convert

RGB 236 81 111 -
CMYK 0 0.66 0.53 0.07
HSL 348.39º 0.8% 0.62% -
HSV(B) 348.39º 0.66% 0.93% -
XYZ 40.4 24.87 17.71 -
YUV 130.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 236 81 111 0 0.66 0.53 0.07 348.39 0.8 0.62
Hex EC 51 6F 0 42 35 7 15C 50 3E
Octal 354 121 157 0 102 65 7 534 120 76
Binary 11101100 1010001 1101111 0 1000010 110101 111 101011100 1010000 111110

Color Harmonies of #EC516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC516F

Black with #EC516F

Text Example


Text Example

White with #EC516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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