#EC506C

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

Shades of Dark Pink #EC506C

Tints of Dark Pink #EC506C

Color information

#EC506C (or 0xEC506C) is unknown color: approx Dark Pink. HEX triplet: EC, 50 and 6C. RGB value is (236,80,108). Sum of RGB (Red+Green+Blue) = 236+80+108=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506C is #13AF93. Grayscale: #818181. Windows color (decimal): -1290132 or 7098604. OLE color: 7098604.

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

Color convert

RGB23680108-
CMYK00.660.540.07
HSL349.23º80.41%61.96%-
HSV(B)349.23º66.1%92.55%-
XYZ40.1724.6516.83-
YUV129.84115.68203.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.66%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=55.66%
G=18.87%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368010800.660.540.07349.2380.4161.96
HexEC506C04236715d503e
Octal354120154010266753512076
Binary1110110010100001101100010000101101101111010111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC506C; }

 p { color: rgb(236,80,108); }

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

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

 a { background-color: rgb(236,80,108); }

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

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

 span { border-color: rgb(236,80,108); }

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