#EC608D

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

Shades of Dark Pink #EC608D

Tints of Dark Pink #EC608D

Color information

#EC608D (or 0xEC608D) is unknown color: approx Dark Pink. HEX triplet: EC, 60 and 8D. RGB value is (236,96,141). Sum of RGB (Red+Green+Blue) = 236+96+141=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608D is #139F72. Grayscale: #8E8E8E. Windows color (decimal): -1286003 or 9265388. OLE color: 9265388.

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

Color convert

RGB23696141-
CMYK00.590.400.07
HSL340.71º78.65%65.1%-
HSV(B)340.71º59.32%92.55%-
XYZ43.5828.1228.33-
YUV142.99126.88194.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=49.89%
G=20.30%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369614100.590.400.07340.7178.6565.1
HexEC608D03B2871554f41
Octal354140215073507525117101
Binary11101100110000010001101011101110100011110101010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC608D; }

 p { color: rgb(236,96,141); }

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

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

 a { background-color: rgb(236,96,141); }

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

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

 span { border-color: rgb(236,96,141); }

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