#EC5F90

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

Shades of Dark Pink #EC5F90

Tints of Dark Pink #EC5F90

Color information

#EC5F90 (or 0xEC5F90) is unknown color: approx Dark Pink. HEX triplet: EC, 5F and 90. RGB value is (236,95,144). Sum of RGB (Red+Green+Blue) = 236+95+144=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F90 is #13A06F. Grayscale: #8E8E8E. Windows color (decimal): -1286256 or 9461740. OLE color: 9461740.

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

Color convert

RGB23695144-
CMYK00.600.390.07
HSL339.15º78.77%64.9%-
HSV(B)339.15º59.75%92.55%-
XYZ43.7228.0329.49-
YUV142.74128.71194.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 95 (37.5% from 255) = 20%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=49.68%
G=20%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369514400.600.390.07339.1578.7764.9
HexEC5F9003C2771534f41
Octal354137220074477523117101
Binary11101100101111110010000011110010011111110101001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5F90; }

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

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

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

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

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

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

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

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