#EC557A

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

Shades of Dark Pink #EC557A

Tints of Dark Pink #EC557A

Color information

#EC557A (or 0xEC557A) is unknown color: approx Dark Pink. HEX triplet: EC, 55 and 7A. RGB value is (236,85,122). Sum of RGB (Red+Green+Blue) = 236+85+122=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC557A is #13AA85. Grayscale: #868686. Windows color (decimal): -1288838 or 8017388. OLE color: 8017388.

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

Color convert

RGB23685122-
CMYK00.640.480.07
HSL345.3º79.89%62.94%-
HSV(B)345.3º63.98%92.55%-
XYZ41.3525.7421.2-
YUV134.37121.03200.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=53.27%
G=19.19%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368512200.640.480.07345.379.8962.94
HexEC557A040307159503f
Octal354125172010060753112077
Binary1110110010101011111010010000001100001111010110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC557A; }

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

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

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

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

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

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

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

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