#EC608E

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

Shades of Dark Pink #EC608E

Tints of Dark Pink #EC608E

Color information

#EC608E (or 0xEC608E) is unknown color: approx Dark Pink. HEX triplet: EC, 60 and 8E. RGB value is (236,96,142). Sum of RGB (Red+Green+Blue) = 236+96+142=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608E is #139F71. Grayscale: #8F8F8F. Windows color (decimal): -1286002 or 9330924. OLE color: 9330924.

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

Color convert

RGB23696142-
CMYK00.590.400.07
HSL340.29º78.65%65.1%-
HSV(B)340.29º59.32%92.55%-
XYZ43.6628.1528.72-
YUV143.1127.38194.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.79%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=49.79%
G=20.25%
B=29.96%

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
Decimal2369614200.590.400.07340.2978.6565.1
HexEC608E03B2871544f41
Octal354140216073507524117101
Binary11101100110000010001110011101110100011110101010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC608E; }

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

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

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

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

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

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

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

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