#ec5f7f

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

Shades of Dark Pink #EC5F7F

Tints of Dark Pink #EC5F7F

Color information

#EC5F7F (or 0xEC5F7F) is unknown color: approx Dark Pink. HEX triplet: EC, 5F and 7F. RGB value is (236,95,127). Sum of RGB (Red+Green+Blue) = 236+95+127=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F7F is #13A080. Grayscale: #8C8C8C. Windows color (decimal): -1286273 or 8347628. OLE color: 8347628.

HSL color Cylindrical-coordinate representation of color #EC5F7F: hue angle of 346.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F7F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23695127-
CMYK00.600.460.07
HSL346.38º78.77%64.9%-
HSV(B)346.38º59.75%92.55%-
XYZ42.5227.5523.16-
YUV140.81120.21195.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.53%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 127 (50% from 255) = 27.73%
R=51.53%
G=20.74%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369512700.600.460.07346.3878.7764.9
HexEC5F7F03C2E715a4f41
Octal354137177074567532117101
Binary1110110010111111111111011110010111011110101101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5f7f; }

 p { color: rgb(236,95,127); }

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

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

 a { background-color: rgb(236,95,127); }

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

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

 span { border-color: rgb(236,95,127); }

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