#EC647A

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

Shades of Froly #EC647A

Tints of Froly #EC647A

Color information

#EC647A (or 0xEC647A) is unknown color: approx Froly. HEX triplet: EC, 64 and 7A. RGB value is (236,100,122). Sum of RGB (Red+Green+Blue) = 236+100+122=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647A is #139B85. Grayscale: #8F8F8F. Windows color (decimal): -1284998 or 8021228. OLE color: 8021228.

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

Color convert

RGB236100122-
CMYK00.580.480.07
HSL350.29º78.16%65.88%-
HSV(B)350.29º57.63%92.55%-
XYZ42.6628.3521.64-
YUV143.17116.06194.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.53%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=51.53%
G=21.83%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610012200.580.480.07350.2978.1665.88
HexEC647A03A30715e4e42
Octal354144172072607536116102
Binary1110110011001001111010011101011000011110101111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC647A; }

 p { color: rgb(236,100,122); }

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

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

 a { background-color: rgb(236,100,122); }

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

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

 span { border-color: rgb(236,100,122); }

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