#EC517A

Color #EC517A Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EC517A

Tints of Dark Pink #EC517A

Color information

#EC517A (or 0xEC517A) is unknown color: approx Dark Pink. HEX triplet: EC, 51 and 7A. RGB value is (236,81,122). Sum of RGB (Red+Green+Blue) = 236+81+122=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517A is #13AE85. Grayscale: #848484. Windows color (decimal): -1289862 or 8016364. OLE color: 8016364.

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

Color convert

RGB23681122-
CMYK00.660.480.07
HSL344.13º80.31%62.16%-
HSV(B)344.13º65.68%92.55%-
XYZ41.0525.1221.1-
YUV132.02122.35202.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=53.76%
G=18.45%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368112200.660.480.07344.1380.3162.16
HexEC517A042307158503e
Octal354121172010260753012076
Binary1110110010100011111010010000101100001111010110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC517A; }

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

 H1.HeaderClassName
 {
   color: #EC517A;
 }
 .AnyTagClassName
 {
   color: #EC517A;
 }
</style>
background-color css

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

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

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

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

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

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