#EC517B

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

Shades of Dark Pink #EC517B

Tints of Dark Pink #EC517B

Color information

#EC517B (or 0xEC517B) is unknown color: approx Dark Pink. HEX triplet: EC, 51 and 7B. RGB value is (236,81,123). Sum of RGB (Red+Green+Blue) = 236+81+123=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517B is #13AE84. Grayscale: #848484. Windows color (decimal): -1289861 or 8081900. OLE color: 8081900.

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

Color convert

RGB23681123-
CMYK00.660.480.07
HSL343.74º80.31%62.16%-
HSV(B)343.74º65.68%92.55%-
XYZ41.1125.1521.43-
YUV132.13122.85202.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.64%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=53.64%
G=18.41%
B=27.95%

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
Decimal2368112300.660.480.07343.7480.3162.16
HexEC517B042307158503e
Octal354121173010260753012076
Binary1110110010100011111011010000101100001111010110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC517B; }

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

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

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

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

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

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

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

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