#EC6E7C

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

Shades of Froly #EC6E7C

Tints of Froly #EC6E7C

Color information

#EC6E7C (or 0xEC6E7C) is unknown color: approx Froly. HEX triplet: EC, 6E and 7C. RGB value is (236,110,124). Sum of RGB (Red+Green+Blue) = 236+110+124=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E7C is #139183. Grayscale: #959595. Windows color (decimal): -1282436 or 8154860. OLE color: 8154860.

HSL color Cylindrical-coordinate representation of color #EC6E7C: hue angle of 353.33º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6E7C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236110124-
CMYK00.530.470.07
HSL353.33º76.83%67.84%-
HSV(B)353.33º53.39%92.55%-
XYZ43.8130.4422.64-
YUV149.27113.74189.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.21%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=50.21%
G=23.40%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611012400.530.470.07353.3376.8367.84
HexEC6E7C0352F71614d44
Octal354156174065577541115104
Binary1110110011011101111100011010110111111110110000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6E7C; }

 p { color: rgb(236,110,124); }

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

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

 a { background-color: rgb(236,110,124); }

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

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

 span { border-color: rgb(236,110,124); }

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